Html Css Color HEX #94A9CA Polo Blue

📋 copy color: '#94A9CA'

red 148 ◦ green 169 ◦ blue 202

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

Shades of Polo Blue #94A9CA

Tints of Polo Blue #94A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

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

R = 28.52%
G = 32.56%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#94A9CA (or 0x94A9CA) is known color: Polo Blue. HEX triplet: 94, A9 and CA. RGB value is (148,169,202). Sum of RGB (Red+Green+Blue) = 148+169+202=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9CA is #6B5635. Grayscale: #A6A6A6. Windows color (decimal): -7034422 or 13281684. OLE color: 13281684.

HSL color Cylindrical-coordinate representation of color #94A9CA: hue angle of 216.67º 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 #94A9CA is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 169 202 -
CMYK 0.27 0.16 0 0.21
HSL 216.67º 0.34% 0.69% -
HSV(B) 216.67º 0.27% 0.79% -
XYZ 37.06 38.94 61.44 -
YUV 166.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 148 169 202 0.27 0.16 0 0.21 216.67 0.34 0.69
Hex 94 A9 CA 1B 10 0 15 D9 22 45
Octal 224 251 312 33 20 0 25 331 42 105
Binary 10010100 10101001 11001010 11011 10000 0 10101 11011001 100010 1000101

Color Harmonies of #94A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A9CA

Black with #94A9CA

Text Example


Text Example

White with #94A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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