Html Css Color HEX #95A3CA Polo Blue

📋 copy color: '#95A3CA'

red 149 ◦ green 163 ◦ blue 202

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

Shades of Polo Blue #95A3CA

Tints of Polo Blue #95A3CA

RGB

 RED value IS 149 (58.59% from 255) = 28.99%

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

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

R = 28.99%
G = 31.71%
B = 39.3%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#95A3CA (or 0x95A3CA) is known color: Polo Blue. HEX triplet: 95, A3 and CA. RGB value is (149,163,202). Sum of RGB (Red+Green+Blue) = 149+163+202=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #95A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3CA is #6A5C35. Grayscale: #A3A3A3. Windows color (decimal): -6970422 or 13280149. OLE color: 13280149.

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

Color convert

RGB 149 163 202 -
CMYK 0.26 0.19 0 0.21
HSL 224.15º 0.33% 0.69% -
HSV(B) 224.15º 0.26% 0.79% -
XYZ 36.15 36.85 61.08 -
YUV 163.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 149 163 202 0.26 0.19 0 0.21 224.15 0.33 0.69
Hex 95 A3 CA 1A 13 0 15 E0 21 45
Octal 225 243 312 32 23 0 25 340 41 105
Binary 10010101 10100011 11001010 11010 10011 0 10101 11100000 100001 1000101

Color Harmonies of #95A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A3CA

Black with #95A3CA

Text Example


Text Example

White with #95A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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