Html Css Color HEX #8A9ECE Polo Blue

📋 copy color: '#8A9ECE'

red 138 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #8A9ECE

Tints of Polo Blue #8A9ECE

RGB

 RED value IS 138 (54.3% from 255) = 27.49%

 GREEN value IS 158 (62.11% from 255) = 31.47%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 27.49%
G = 31.47%
B = 41.04%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A9ECE (or 0x8A9ECE) is known color: Polo Blue. HEX triplet: 8A, 9E and CE. RGB value is (138,158,206). Sum of RGB (Red+Green+Blue) = 138+158+206=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ECE is #756131. Grayscale: #9D9D9D. Windows color (decimal): -7692594 or 13541002. OLE color: 13541002.

HSL color Cylindrical-coordinate representation of color #8A9ECE: hue angle of 222.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9ECE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 158 206 -
CMYK 0.33 0.23 0 0.19
HSL 222.35º 0.41% 0.67% -
HSV(B) 222.35º 0.33% 0.81% -
XYZ 33.85 34.31 63.23 -
YUV 157.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 138 158 206 0.33 0.23 0 0.19 222.35 0.41 0.67
Hex 8A 9E CE 21 17 0 13 DE 29 43
Octal 212 236 316 41 27 0 23 336 51 103
Binary 10001010 10011110 11001110 100001 10111 0 10011 11011110 101001 1000011

Color Harmonies of #8A9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9ECE

Black with #8A9ECE

Text Example


Text Example

White with #8A9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9ECE; }

 p { color: rgb(138,158,206); }

 H1.HeaderClassName
 {
   color: #8A9ECE;
 }
 .AnyTagClassName
 {
   color: #8A9ECE;
 }
</style>

background-color css

<style>
 a { background-color: #8A9ECE; }

 a { background-color: rgb(138,158,206); }

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

border-color css

<style>
 span { border-color: #8A9ECE; }

 span { border-color: rgb(138,158,206); }

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