Html Css Color HEX #889FBC Rock Blue

📋 copy color: '#889FBC'

red 136 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #889FBC

Tints of Rock Blue #889FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 28.16%
G = 32.92%
B = 38.92%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#889FBC (or 0x889FBC) is known color: Rock Blue. HEX triplet: 88, 9F and BC. RGB value is (136,159,188). Sum of RGB (Red+Green+Blue) = 136+159+188=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #889FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FBC is #776043. Grayscale: #9B9B9B. Windows color (decimal): -7823428 or 12361608. OLE color: 12361608.

HSL color Cylindrical-coordinate representation of color #889FBC: hue angle of 213.46º degrees, saturation: 0.28, 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 #889FBC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 159 188 -
CMYK 0.28 0.15 0 0.26
HSL 213.46º 0.28% 0.64% -
HSV(B) 213.46º 0.28% 0.74% -
XYZ 31.63 33.66 52.41 -
YUV 155.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 136 159 188 0.28 0.15 0 0.26 213.46 0.28 0.64
Hex 88 9F BC 1C F 0 1A D5 1C 40
Octal 210 237 274 34 17 0 32 325 34 100
Binary 10001000 10011111 10111100 11100 1111 0 11010 11010101 11100 1000000

Color Harmonies of #889FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FBC

Black with #889FBC

Text Example


Text Example

White with #889FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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