Html Css Color HEX #889FC0 Rock Blue

📋 copy color: '#889FC0'

red 136 ◦ green 159 ◦ blue 192

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

Shades of Rock Blue #889FC0

Tints of Rock Blue #889FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 27.93%
G = 32.65%
B = 39.43%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#889FC0 (or 0x889FC0) is known color: Rock Blue. HEX triplet: 88, 9F and C0. RGB value is (136,159,192). Sum of RGB (Red+Green+Blue) = 136+159+192=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #889FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FC0 is #77603F. Grayscale: #9B9B9B. Windows color (decimal): -7823424 or 12623752. OLE color: 12623752.

HSL color Cylindrical-coordinate representation of color #889FC0: hue angle of 215.36º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889FC0 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 159 192 -
CMYK 0.29 0.17 0 0.25
HSL 215.36º 0.31% 0.64% -
HSV(B) 215.36º 0.29% 0.75% -
XYZ 32.07 33.84 54.71 -
YUV 155.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 136 159 192 0.29 0.17 0 0.25 215.36 0.31 0.64
Hex 88 9F C0 1D 11 0 19 D7 1F 40
Octal 210 237 300 35 21 0 31 327 37 100
Binary 10001000 10011111 11000000 11101 10001 0 11001 11010111 11111 1000000

Color Harmonies of #889FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FC0

Black with #889FC0

Text Example


Text Example

White with #889FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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