Html Css Color HEX #94A6CF Polo Blue

📋 copy color: '#94A6CF'

red 148 ◦ green 166 ◦ blue 207

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

Shades of Polo Blue #94A6CF

Tints of Polo Blue #94A6CF

RGB

 RED value IS 148 (58.2% from 255) = 28.41%

 GREEN value IS 166 (65.23% from 255) = 31.86%

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

R = 28.41%
G = 31.86%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94A6CF (or 0x94A6CF) is known color: Polo Blue. HEX triplet: 94, A6 and CF. RGB value is (148,166,207). Sum of RGB (Red+Green+Blue) = 148+166+207=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #94A6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A6CF is #6B5930. Grayscale: #A5A5A5. Windows color (decimal): -7035185 or 13608596. OLE color: 13608596.

HSL color Cylindrical-coordinate representation of color #94A6CF: hue angle of 221.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94A6CF is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 166 207 -
CMYK 0.29 0.20 0 0.19
HSL 221.69º 0.38% 0.7% -
HSV(B) 221.69º 0.29% 0.81% -
XYZ 37.11 38.07 64.42 -
YUV 165.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 148 166 207 0.29 0.20 0 0.19 221.69 0.38 0.7
Hex 94 A6 CF 1D 14 0 13 DE 26 46
Octal 224 246 317 35 24 0 23 336 46 106
Binary 10010100 10100110 11001111 11101 10100 0 10011 11011110 100110 1000110

Color Harmonies of #94A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A6CF

Black with #94A6CF

Text Example


Text Example

White with #94A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A6CF; }

 p { color: rgb(148,166,207); }

 H1.HeaderClassName
 {
   color: #94A6CF;
 }
 .AnyTagClassName
 {
   color: #94A6CF;
 }
</style>

background-color css

<style>
 a { background-color: #94A6CF; }

 a { background-color: rgb(148,166,207); }

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

border-color css

<style>
 span { border-color: #94A6CF; }

 span { border-color: rgb(148,166,207); }

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