Html Css Color HEX #889EBC Rock Blue

📋 copy color: '#889EBC'

red 136 ◦ green 158 ◦ blue 188

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

Shades of Rock Blue #889EBC

Tints of Rock Blue #889EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 28.22%
G = 32.78%
B = 39%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#889EBC (or 0x889EBC) is known color: Rock Blue. HEX triplet: 88, 9E and BC. RGB value is (136,158,188). Sum of RGB (Red+Green+Blue) = 136+158+188=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #889EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EBC is #776143. Grayscale: #9A9A9A. Windows color (decimal): -7823684 or 12361352. OLE color: 12361352.

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

Color convert

RGB 136 158 188 -
CMYK 0.28 0.16 0 0.26
HSL 214.62º 0.28% 0.64% -
HSV(B) 214.62º 0.28% 0.74% -
XYZ 31.46 33.32 52.35 -
YUV 154.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 136 158 188 0.28 0.16 0 0.26 214.62 0.28 0.64
Hex 88 9E BC 1C 10 0 1A D7 1C 40
Octal 210 236 274 34 20 0 32 327 34 100
Binary 10001000 10011110 10111100 11100 10000 0 11010 11010111 11100 1000000

Color Harmonies of #889EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EBC

Black with #889EBC

Text Example


Text Example

White with #889EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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