Html Css Color HEX #968FDF Blue Bell

📋 copy color: '#968FDF'

red 150 ◦ green 143 ◦ blue 223

#968FDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #968FDF

Tints of Blue Bell #968FDF

RGB

 RED value IS 150 (58.98% from 255) = 29.07%

 GREEN value IS 143 (56.25% from 255) = 27.71%

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 29.07%
G = 27.71%
B = 43.22%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#968FDF (or 0x968FDF) is known color: Blue Bell. HEX triplet: 96, 8F and DF. RGB value is (150,143,223). Sum of RGB (Red+Green+Blue) = 150+143+223=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #968FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FDF is #697020. Grayscale: #999999. Windows color (decimal): -6909985 or 14651286. OLE color: 14651286.

HSL color Cylindrical-coordinate representation of color #968FDF: hue angle of 245.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968FDF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 143 223 -
CMYK 0.33 0.36 0 0.13
HSL 245.25º 0.56% 0.72% -
HSV(B) 245.25º 0.36% 0.87% -
XYZ 35.72 31.46 74 -
YUV 154.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 150 143 223 0.33 0.36 0 0.13 245.25 0.56 0.72
Hex 96 8F DF 21 24 0 D F5 38 48
Octal 226 217 337 41 44 0 15 365 70 110
Binary 10010110 10001111 11011111 100001 100100 0 1101 11110101 111000 1001000

Color Harmonies of #968FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FDF

Black with #968FDF

Text Example


Text Example

White with #968FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968FDF; }

 p { color: rgb(150,143,223); }

 H1.HeaderClassName
 {
   color: #968FDF;
 }
 .AnyTagClassName
 {
   color: #968FDF;
 }
</style>

background-color css

<style>
 a { background-color: #968FDF; }

 a { background-color: rgb(150,143,223); }

 div.DivClassName
 {
   background-color: #968FDF;
 }
 .BgClassName
 {
   background-color: #968FDF;
 }
</style>

border-color css

<style>
 span { border-color: #968FDF; }

 span { border-color: rgb(150,143,223); }

 td.TdClassName
 {
   border-color: #968FDF;
 }
 .TagClassName
 {
   border-color: #968FDF;
 }
</style>