#95A4FB

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

Shades of Perano #95A4FB

Tints of Perano #95A4FB

Color information

#95A4FB (or 0x95A4FB) is unknown color: approx Perano. HEX triplet: 95, A4 and FB. RGB value is (149,164,251). Sum of RGB (Red+Green+Blue) = 149+164+251=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #95A4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A4FB is #6A5B04. Grayscale: #A9A9A9. Windows color (decimal): -6970117 or 16491669. OLE color: 16491669.

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

Color convert

RGB149164251-
CMYK0.410.3500.02
HSL231.18º92.73%78.43%-
HSV(B)231.18º40.64%98.43%-
XYZ43.0839.9196.7-
YUV169.43174.03113.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=26.42%
G=29.08%
B=44.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491642510.410.3500.02231.1892.7378.43
Hex95A4FB292302e75d4e
Octal225244373514302347135116
Binary1001010110100100111110111010011000110101110011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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