Html Css Color HEX #94A3CA Polo Blue

📋 copy color: '#94A3CA'

red 148 ◦ green 163 ◦ blue 202

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

Shades of Polo Blue #94A3CA

Tints of Polo Blue #94A3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 28.85%
G = 31.77%
B = 39.38%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#94A3CA (or 0x94A3CA) is known color: Polo Blue. HEX triplet: 94, A3 and CA. RGB value is (148,163,202). Sum of RGB (Red+Green+Blue) = 148+163+202=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3CA is #6B5C35. Grayscale: #A2A2A2. Windows color (decimal): -7035958 or 13280148. OLE color: 13280148.

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

Color convert

RGB 148 163 202 -
CMYK 0.27 0.19 0 0.21
HSL 223.33º 0.34% 0.69% -
HSV(B) 223.33º 0.27% 0.79% -
XYZ 35.97 36.75 61.08 -
YUV 162.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 148 163 202 0.27 0.19 0 0.21 223.33 0.34 0.69
Hex 94 A3 CA 1B 13 0 15 DF 22 45
Octal 224 243 312 33 23 0 25 337 42 105
Binary 10010100 10100011 11001010 11011 10011 0 10101 11011111 100010 1000101

Color Harmonies of #94A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3CA

Black with #94A3CA

Text Example


Text Example

White with #94A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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