Html Css Color HEX #889CBD Rock Blue

📋 copy color: '#889CBD'

red 136 ◦ green 156 ◦ blue 189

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

Shades of Rock Blue #889CBD

Tints of Rock Blue #889CBD

RGB

 RED value IS 136 (53.52% from 255) = 28.27%

 GREEN value IS 156 (61.33% from 255) = 32.43%

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 28.27%
G = 32.43%
B = 39.29%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#889CBD (or 0x889CBD) is known color: Rock Blue. HEX triplet: 88, 9C and BD. RGB value is (136,156,189). Sum of RGB (Red+Green+Blue) = 136+156+189=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #889CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CBD is #776342. Grayscale: #999999. Windows color (decimal): -7824195 or 12426376. OLE color: 12426376.

HSL color Cylindrical-coordinate representation of color #889CBD: hue angle of 217.36º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889CBD is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 156 189 -
CMYK 0.28 0.17 0 0.26
HSL 217.36º 0.29% 0.64% -
HSV(B) 217.36º 0.28% 0.74% -
XYZ 31.23 32.69 52.81 -
YUV 153.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 136 156 189 0.28 0.17 0 0.26 217.36 0.29 0.64
Hex 88 9C BD 1C 11 0 1A D9 1D 40
Octal 210 234 275 34 21 0 32 331 35 100
Binary 10001000 10011100 10111101 11100 10001 0 11010 11011001 11101 1000000

Color Harmonies of #889CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CBD

Black with #889CBD

Text Example


Text Example

White with #889CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889CBD; }

 p { color: rgb(136,156,189); }

 H1.HeaderClassName
 {
   color: #889CBD;
 }
 .AnyTagClassName
 {
   color: #889CBD;
 }
</style>

background-color css

<style>
 a { background-color: #889CBD; }

 a { background-color: rgb(136,156,189); }

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

border-color css

<style>
 span { border-color: #889CBD; }

 span { border-color: rgb(136,156,189); }

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