Html Css Color HEX #889CCB Polo Blue

📋 copy color: '#889CCB'

red 136 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #889CCB

Tints of Polo Blue #889CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 27.47%
G = 31.52%
B = 41.01%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#889CCB (or 0x889CCB) is known color: Polo Blue. HEX triplet: 88, 9C and CB. RGB value is (136,156,203). Sum of RGB (Red+Green+Blue) = 136+156+203=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #889CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CCB is #776334. Grayscale: #9B9B9B. Windows color (decimal): -7824181 or 13343880. OLE color: 13343880.

HSL color Cylindrical-coordinate representation of color #889CCB: hue angle of 222.09º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889CCB is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 156 203 -
CMYK 0.33 0.23 0 0.20
HSL 222.09º 0.39% 0.66% -
HSV(B) 222.09º 0.33% 0.8% -
XYZ 32.82 33.32 61.2 -
YUV 155.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 136 156 203 0.33 0.23 0 0.20 222.09 0.39 0.66
Hex 88 9C CB 21 17 0 14 DE 27 42
Octal 210 234 313 41 27 0 24 336 47 102
Binary 10001000 10011100 11001011 100001 10111 0 10100 11011110 100111 1000010

Color Harmonies of #889CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CCB

Black with #889CCB

Text Example


Text Example

White with #889CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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