#95A7FD

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

Shades of Perano #95A7FD

Tints of Perano #95A7FD

Color information

#95A7FD (or 0x95A7FD) is unknown color: approx Perano. HEX triplet: 95, A7 and FD. RGB value is (149,167,253). Sum of RGB (Red+Green+Blue) = 149+167+253=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #95A7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A7FD is #6A5802. Grayscale: #ABABAB. Windows color (decimal): -6969347 or 16623509. OLE color: 16623509.

HSL color Cylindrical-coordinate representation of color #95A7FD: hue angle of 229.62º degrees, saturation: 0.96, 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 #95A7FD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149167253-
CMYK0.410.3400.01
HSL229.62º96.3%78.82%-
HSV(B)229.62º41.11%99.22%-
XYZ43.9441.1298.55-
YUV171.42174.04112.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.19%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=26.19%
G=29.35%
B=44.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491672530.410.3400.01229.6296.378.82
Hex95A7FD292201e6604f
Octal225247375514201346140117
Binary100101011010011111111101101001100010011110011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,167,253); }

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

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

 a { background-color: rgb(149,167,253); }

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

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

 span { border-color: rgb(149,167,253); }

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