Html Css Color HEX #889FB7 Rock Blue

📋 copy color: '#889FB7'

red 136 ◦ green 159 ◦ blue 183

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

Shades of Rock Blue #889FB7

Tints of Rock Blue #889FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 28.45%
G = 33.26%
B = 38.28%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#889FB7 (or 0x889FB7) is known color: Rock Blue. HEX triplet: 88, 9F and B7. RGB value is (136,159,183). Sum of RGB (Red+Green+Blue) = 136+159+183=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 183 - color contains mainly: blue. Hex color #889FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FB7 is #776048. Grayscale: #9A9A9A. Windows color (decimal): -7823433 or 12033928. OLE color: 12033928.

HSL color Cylindrical-coordinate representation of color #889FB7: hue angle of 210.64º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #889FB7 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 159 183 -
CMYK 0.26 0.13 0 0.28
HSL 210.64º 0.25% 0.63% -
HSV(B) 210.64º 0.26% 0.72% -
XYZ 31.1 33.45 49.62 -
YUV 154.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 136 159 183 0.26 0.13 0 0.28 210.64 0.25 0.63
Hex 88 9F B7 1A D 0 1C D3 19 3F
Octal 210 237 267 32 15 0 34 323 31 77
Binary 10001000 10011111 10110111 11010 1101 0 11100 11010011 11001 111111

Color Harmonies of #889FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FB7

Black with #889FB7

Text Example


Text Example

White with #889FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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