Html Css Color HEX #8399C7 Polo Blue

📋 copy color: '#8399C7'

red 131 ◦ green 153 ◦ blue 199

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

Shades of Polo Blue #8399C7

Tints of Polo Blue #8399C7

RGB

 RED value IS 131 (51.56% from 255) = 27.12%

 GREEN value IS 153 (60.16% from 255) = 31.68%

 BLUE value IS 199 (78.13% from 255) = 41.2%

R = 27.12%
G = 31.68%
B = 41.2%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8399C7 (or 0x8399C7) is known color: Polo Blue. HEX triplet: 83, 99 and C7. RGB value is (131,153,199). Sum of RGB (Red+Green+Blue) = 131+153+199=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #8399C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399C7 is #7C6638. Grayscale: #979797. Windows color (decimal): -8152633 or 13080963. OLE color: 13080963.

HSL color Cylindrical-coordinate representation of color #8399C7: hue angle of 220.59º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8399C7 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 153 199 -
CMYK 0.34 0.23 0 0.22
HSL 220.59º 0.38% 0.65% -
HSV(B) 220.59º 0.34% 0.78% -
XYZ 31.06 31.73 58.52 -
YUV 151.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 131 153 199 0.34 0.23 0 0.22 220.59 0.38 0.65
Hex 83 99 C7 22 17 0 16 DD 26 41
Octal 203 231 307 42 27 0 26 335 46 101
Binary 10000011 10011001 11000111 100010 10111 0 10110 11011101 100110 1000001

Color Harmonies of #8399C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8399C7

Black with #8399C7

Text Example


Text Example

White with #8399C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8399C7; }

 p { color: rgb(131,153,199); }

 H1.HeaderClassName
 {
   color: #8399C7;
 }
 .AnyTagClassName
 {
   color: #8399C7;
 }
</style>

background-color css

<style>
 a { background-color: #8399C7; }

 a { background-color: rgb(131,153,199); }

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

border-color css

<style>
 span { border-color: #8399C7; }

 span { border-color: rgb(131,153,199); }

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