Html Css Color HEX #9B9AC8 Blue Bell

📋 copy color: '#9B9AC8'

red 155 ◦ green 154 ◦ blue 200

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

Shades of Blue Bell #9B9AC8

Tints of Blue Bell #9B9AC8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

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

R = 30.45%
G = 30.26%
B = 39.29%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9B9AC8 (or 0x9B9AC8) is known color: Blue Bell. HEX triplet: 9B, 9A and C8. RGB value is (155,154,200). Sum of RGB (Red+Green+Blue) = 155+154+200=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B9AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9AC8 is #646537. Grayscale: #9F9F9F. Windows color (decimal): -6579512 or 13146779. OLE color: 13146779.

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

Color convert

RGB 155 154 200 -
CMYK 0.22 0.23 0 0.22
HSL 241.3º 0.29% 0.69% -
HSV(B) 241.3º 0.23% 0.78% -
XYZ 35.5 34.25 59.38 -
YUV 159.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 155 154 200 0.22 0.23 0 0.22 241.3 0.29 0.69
Hex 9B 9A C8 16 17 0 16 F1 1D 45
Octal 233 232 310 26 27 0 26 361 35 105
Binary 10011011 10011010 11001000 10110 10111 0 10110 11110001 11101 1000101

Color Harmonies of #9B9AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9AC8

Black with #9B9AC8

Text Example


Text Example

White with #9B9AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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