Html Css Color HEX #889CBC Rock Blue

📋 copy color: '#889CBC'

red 136 ◦ green 156 ◦ blue 188

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

Shades of Rock Blue #889CBC

Tints of Rock Blue #889CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.5%

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

R = 28.33%
G = 32.5%
B = 39.17%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#889CBC (or 0x889CBC) is known color: Rock Blue. HEX triplet: 88, 9C and BC. RGB value is (136,156,188). Sum of RGB (Red+Green+Blue) = 136+156+188=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #889CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CBC is #776343. Grayscale: #999999. Windows color (decimal): -7824196 or 12360840. OLE color: 12360840.

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

Color convert

RGB 136 156 188 -
CMYK 0.28 0.17 0 0.26
HSL 216.92º 0.28% 0.64% -
HSV(B) 216.92º 0.28% 0.74% -
XYZ 31.12 32.64 52.24 -
YUV 153.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 136 156 188 0.28 0.17 0 0.26 216.92 0.28 0.64
Hex 88 9C BC 1C 11 0 1A D9 1C 40
Octal 210 234 274 34 21 0 32 331 34 100
Binary 10001000 10011100 10111100 11100 10001 0 11010 11011001 11100 1000000

Color Harmonies of #889CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CBC

Black with #889CBC

Text Example


Text Example

White with #889CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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