Html Css Color HEX #9B9FC8 Blue Bell

📋 copy color: '#9B9FC8'

red 155 ◦ green 159 ◦ blue 200

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

Shades of Blue Bell #9B9FC8

Tints of Blue Bell #9B9FC8

RGB

 RED value IS 155 (60.94% from 255) = 30.16%

 GREEN value IS 159 (62.5% from 255) = 30.93%

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 30.16%
G = 30.93%
B = 38.91%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9B9FC8 (or 0x9B9FC8) is known color: Blue Bell. HEX triplet: 9B, 9F and C8. RGB value is (155,159,200). Sum of RGB (Red+Green+Blue) = 155+159+200=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B9FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FC8 is #646037. Grayscale: #A2A2A2. Windows color (decimal): -6578232 or 13148059. OLE color: 13148059.

HSL color Cylindrical-coordinate representation of color #9B9FC8: hue angle of 234.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B9FC8 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 159 200 -
CMYK 0.22 0.20 0 0.22
HSL 234.67º 0.29% 0.7% -
HSV(B) 234.67º 0.23% 0.78% -
XYZ 36.34 35.93 59.66 -
YUV 162.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 155 159 200 0.22 0.20 0 0.22 234.67 0.29 0.7
Hex 9B 9F C8 16 14 0 16 EB 1D 46
Octal 233 237 310 26 24 0 26 353 35 106
Binary 10011011 10011111 11001000 10110 10100 0 10110 11101011 11101 1000110

Color Harmonies of #9B9FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9FC8

Black with #9B9FC8

Text Example


Text Example

White with #9B9FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9FC8; }

 p { color: rgb(155,159,200); }

 H1.HeaderClassName
 {
   color: #9B9FC8;
 }
 .AnyTagClassName
 {
   color: #9B9FC8;
 }
</style>

background-color css

<style>
 a { background-color: #9B9FC8; }

 a { background-color: rgb(155,159,200); }

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

border-color css

<style>
 span { border-color: #9B9FC8; }

 span { border-color: rgb(155,159,200); }

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