Html Css Color HEX #889FBA Rock Blue

📋 copy color: '#889FBA'

red 136 ◦ green 159 ◦ blue 186

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

Shades of Rock Blue #889FBA

Tints of Rock Blue #889FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 28.27%
G = 33.06%
B = 38.67%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#889FBA (or 0x889FBA) is known color: Rock Blue. HEX triplet: 88, 9F and BA. RGB value is (136,159,186). Sum of RGB (Red+Green+Blue) = 136+159+186=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #889FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FBA is #776045. Grayscale: #9B9B9B. Windows color (decimal): -7823430 or 12230536. OLE color: 12230536.

HSL color Cylindrical-coordinate representation of color #889FBA: hue angle of 212.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889FBA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 159 186 -
CMYK 0.27 0.15 0 0.27
HSL 212.4º 0.27% 0.63% -
HSV(B) 212.4º 0.27% 0.73% -
XYZ 31.41 33.58 51.28 -
YUV 155.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 136 159 186 0.27 0.15 0 0.27 212.4 0.27 0.63
Hex 88 9F BA 1B F 0 1B D4 1B 3F
Octal 210 237 272 33 17 0 33 324 33 77
Binary 10001000 10011111 10111010 11011 1111 0 11011 11010100 11011 111111

Color Harmonies of #889FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FBA

Black with #889FBA

Text Example


Text Example

White with #889FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,159,186); }

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

background-color css

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

 a { background-color: rgb(136,159,186); }

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

border-color css

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

 span { border-color: rgb(136,159,186); }

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