#95A4FE

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

Shades of Perano #95A4FE

Tints of Perano #95A4FE

Color information

#95A4FE (or 0x95A4FE) is unknown color: approx Perano. HEX triplet: 95, A4 and FE. RGB value is (149,164,254). Sum of RGB (Red+Green+Blue) = 149+164+254=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #95A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A4FE is #6A5B01. Grayscale: #A9A9A9. Windows color (decimal): -6970114 or 16688277. OLE color: 16688277.

HSL color Cylindrical-coordinate representation of color #95A4FE: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95A4FE is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149164254-
CMYK0.410.3500.00
HSL231.43º98.13%79.02%-
HSV(B)231.43º41.34%99.61%-
XYZ43.5640.199.21-
YUV169.77175.53113.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=26.28%
G=28.92%
B=44.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491642540.410.3500.00231.4398.1379.02
Hex95A4FE292300e7624f
Octal225244376514300347142117
Binary100101011010010011111110101001100011001110011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,254); }

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

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

 a { background-color: rgb(149,164,254); }

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

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

 span { border-color: rgb(149,164,254); }

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