Html Css Color HEX #94A3CE Polo Blue

📋 copy color: '#94A3CE'

red 148 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #94A3CE

Tints of Polo Blue #94A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.53%

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

R = 28.63%
G = 31.53%
B = 39.85%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94A3CE (or 0x94A3CE) is known color: Polo Blue. HEX triplet: 94, A3 and CE. RGB value is (148,163,206). Sum of RGB (Red+Green+Blue) = 148+163+206=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3CE is #6B5C31. Grayscale: #A3A3A3. Windows color (decimal): -7035954 or 13542292. OLE color: 13542292.

HSL color Cylindrical-coordinate representation of color #94A3CE: hue angle of 224.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94A3CE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 163 206 -
CMYK 0.28 0.21 0 0.19
HSL 224.48º 0.37% 0.69% -
HSV(B) 224.48º 0.28% 0.81% -
XYZ 36.45 36.95 63.6 -
YUV 163.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 148 163 206 0.28 0.21 0 0.19 224.48 0.37 0.69
Hex 94 A3 CE 1C 15 0 13 E0 25 45
Octal 224 243 316 34 25 0 23 340 45 105
Binary 10010100 10100011 11001110 11100 10101 0 10011 11100000 100101 1000101

Color Harmonies of #94A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3CE

Black with #94A3CE

Text Example


Text Example

White with #94A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,163,206); }

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

background-color css

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

 a { background-color: rgb(148,163,206); }

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

border-color css

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

 span { border-color: rgb(148,163,206); }

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