Html Css Color HEX #869CCD Polo Blue

📋 copy color: '#869CCD'

red 134 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #869CCD

Tints of Polo Blue #869CCD

RGB

 RED value IS 134 (52.73% from 255) = 27.07%

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 27.07%
G = 31.52%
B = 41.41%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#869CCD (or 0x869CCD) is known color: Polo Blue. HEX triplet: 86, 9C and CD. RGB value is (134,156,205). Sum of RGB (Red+Green+Blue) = 134+156+205=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #869CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CCD is #796332. Grayscale: #9A9A9A. Windows color (decimal): -7955251 or 13474950. OLE color: 13474950.

HSL color Cylindrical-coordinate representation of color #869CCD: hue angle of 221.41º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #869CCD is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 156 205 -
CMYK 0.35 0.24 0 0.20
HSL 221.41º 0.42% 0.66% -
HSV(B) 221.41º 0.35% 0.8% -
XYZ 32.74 33.25 62.45 -
YUV 155.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 134 156 205 0.35 0.24 0 0.20 221.41 0.42 0.66
Hex 86 9C CD 23 18 0 14 DD 2A 42
Octal 206 234 315 43 30 0 24 335 52 102
Binary 10000110 10011100 11001101 100011 11000 0 10100 11011101 101010 1000010

Color Harmonies of #869CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869CCD

Black with #869CCD

Text Example


Text Example

White with #869CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869CCD; }

 p { color: rgb(134,156,205); }

 H1.HeaderClassName
 {
   color: #869CCD;
 }
 .AnyTagClassName
 {
   color: #869CCD;
 }
</style>

background-color css

<style>
 a { background-color: #869CCD; }

 a { background-color: rgb(134,156,205); }

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

border-color css

<style>
 span { border-color: #869CCD; }

 span { border-color: rgb(134,156,205); }

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