Html Css Color HEX #968FCB Blue Bell

📋 copy color: '#968FCB'

red 150 ◦ green 143 ◦ blue 203

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

Shades of Blue Bell #968FCB

Tints of Blue Bell #968FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 30.24%
G = 28.83%
B = 40.93%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#968FCB (or 0x968FCB) is known color: Blue Bell. HEX triplet: 96, 8F and CB. RGB value is (150,143,203). Sum of RGB (Red+Green+Blue) = 150+143+203=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #968FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FCB is #697034. Grayscale: #979797. Windows color (decimal): -6910005 or 13340566. OLE color: 13340566.

HSL color Cylindrical-coordinate representation of color #968FCB: hue angle of 247º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968FCB is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 143 203 -
CMYK 0.26 0.30 0 0.20
HSL 247º 0.37% 0.68% -
HSV(B) 247º 0.3% 0.8% -
XYZ 33.18 30.44 60.63 -
YUV 151.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 150 143 203 0.26 0.30 0 0.20 247 0.37 0.68
Hex 96 8F CB 1A 1E 0 14 F7 25 44
Octal 226 217 313 32 36 0 24 367 45 104
Binary 10010110 10001111 11001011 11010 11110 0 10100 11110111 100101 1000100

Color Harmonies of #968FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FCB

Black with #968FCB

Text Example


Text Example

White with #968FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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