#95A4FC

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

Shades of Perano #95A4FC

Tints of Perano #95A4FC

Color information

#95A4FC (or 0x95A4FC) is unknown color: approx Perano. HEX triplet: 95, A4 and FC. RGB value is (149,164,252). Sum of RGB (Red+Green+Blue) = 149+164+252=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #95A4FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A4FC is #6A5B03. Grayscale: #A9A9A9. Windows color (decimal): -6970116 or 16557205. OLE color: 16557205.

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

Color convert

RGB149164252-
CMYK0.410.3500.01
HSL231.26º94.5%78.63%-
HSV(B)231.26º40.87%98.82%-
XYZ43.2439.9797.53-
YUV169.55174.53113.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=26.37%
G=29.03%
B=44.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491642520.410.3500.01231.2694.578.63
Hex95A4FC292301e75e4f
Octal225244374514301347136117
Binary100101011010010011111100101001100011011110011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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