#95A3FA

Color #95A3FA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #95A3FA

Tints of Perano #95A3FA

Color information

#95A3FA (or 0x95A3FA) is unknown color: approx Perano. HEX triplet: 95, A3 and FA. RGB value is (149,163,250). Sum of RGB (Red+Green+Blue) = 149+163+250=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #95A3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A3FA is #6A5C05. Grayscale: #A8A8A8. Windows color (decimal): -6970374 or 16425877. OLE color: 16425877.

HSL color Cylindrical-coordinate representation of color #95A3FA: hue angle of 231.68º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95A3FA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149163250-
CMYK0.400.3500.02
HSL231.68º90.99%78.24%-
HSV(B)231.68º40.4%98.04%-
XYZ42.7539.4995.81-
YUV168.73173.86113.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=26.51%
G=29.00%
B=44.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491632500.400.3500.02231.6890.9978.24
Hex95A3FA282302e85b4e
Octal225243372504302350133116
Binary1001010110100011111110101010001000110101110100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95A3FA;
 }
 .AnyTagClassName
 {
   color: #95A3FA;
 }
</style>
background-color css

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

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

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

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

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

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