Html Css Color HEX #889DB3 Rock Blue

📋 copy color: '#889DB3'

red 136 ◦ green 157 ◦ blue 179

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

Shades of Rock Blue #889DB3

Tints of Rock Blue #889DB3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 28.81%
G = 33.26%
B = 37.92%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#889DB3 (or 0x889DB3) is known color: Rock Blue. HEX triplet: 88, 9D and B3. RGB value is (136,157,179). Sum of RGB (Red+Green+Blue) = 136+157+179=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #889DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DB3 is #77624C. Grayscale: #999999. Windows color (decimal): -7823949 or 11771272. OLE color: 11771272.

HSL color Cylindrical-coordinate representation of color #889DB3: hue angle of 210.7º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889DB3 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 157 179 -
CMYK 0.24 0.12 0 0.30
HSL 210.7º 0.22% 0.62% -
HSV(B) 210.7º 0.24% 0.7% -
XYZ 30.35 32.6 47.34 -
YUV 153.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 136 157 179 0.24 0.12 0 0.30 210.7 0.22 0.62
Hex 88 9D B3 18 C 0 1E D3 16 3E
Octal 210 235 263 30 14 0 36 323 26 76
Binary 10001000 10011101 10110011 11000 1100 0 11110 11010011 10110 111110

Color Harmonies of #889DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DB3

Black with #889DB3

Text Example


Text Example

White with #889DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,157,179); }

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

background-color css

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

 a { background-color: rgb(136,157,179); }

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

border-color css

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

 span { border-color: rgb(136,157,179); }

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