Html Css Color HEX #819CCF Polo Blue

📋 copy color: '#819CCF'

red 129 ◦ green 156 ◦ blue 207

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

Shades of Polo Blue #819CCF

Tints of Polo Blue #819CCF

RGB

 RED value IS 129 (50.78% from 255) = 26.22%

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 26.22%
G = 31.71%
B = 42.07%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#819CCF (or 0x819CCF) is known color: Polo Blue. HEX triplet: 81, 9C and CF. RGB value is (129,156,207). Sum of RGB (Red+Green+Blue) = 129+156+207=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #819CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CCF is #7E6330. Grayscale: #999999. Windows color (decimal): -8282929 or 13606017. OLE color: 13606017.

HSL color Cylindrical-coordinate representation of color #819CCF: hue angle of 219.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #819CCF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 156 207 -
CMYK 0.38 0.25 0 0.19
HSL 219.23º 0.45% 0.66% -
HSV(B) 219.23º 0.38% 0.81% -
XYZ 32.2 32.95 63.69 -
YUV 153.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 129 156 207 0.38 0.25 0 0.19 219.23 0.45 0.66
Hex 81 9C CF 26 19 0 13 DB 2D 42
Octal 201 234 317 46 31 0 23 333 55 102
Binary 10000001 10011100 11001111 100110 11001 0 10011 11011011 101101 1000010

Color Harmonies of #819CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CCF

Black with #819CCF

Text Example


Text Example

White with #819CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819CCF; }

 p { color: rgb(129,156,207); }

 H1.HeaderClassName
 {
   color: #819CCF;
 }
 .AnyTagClassName
 {
   color: #819CCF;
 }
</style>

background-color css

<style>
 a { background-color: #819CCF; }

 a { background-color: rgb(129,156,207); }

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

border-color css

<style>
 span { border-color: #819CCF; }

 span { border-color: rgb(129,156,207); }

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