#95A1FF

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

Shades of Perano #95A1FF

Tints of Perano #95A1FF

Color information

#95A1FF (or 0x95A1FF) is unknown color: approx Perano. HEX triplet: 95, A1 and FF. RGB value is (149,161,255). Sum of RGB (Red+Green+Blue) = 149+161+255=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #95A1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A1FF is #6A5E00. Grayscale: #A7A7A7. Windows color (decimal): -6970881 or 16753045. OLE color: 16753045.

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

Color convert

RGB149161255-
CMYK0.420.3700
HSL233.21º100%79.22%-
HSV(B)233.21º41.57%100%-
XYZ43.1939.199.88-
YUV168.13177.02114.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 255 (100% from 255) = 45.13%
R=26.37%
G=28.50%
B=45.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491612550.420.3700233.2110079.22
Hex95A1FF2A2500e9644f
Octal225241377524500351144117
Binary100101011010000111111111101010100101001110100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,161,255); }

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

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

 a { background-color: rgb(149,161,255); }

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

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

 span { border-color: rgb(149,161,255); }

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