#95A3FB

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

Shades of Perano #95A3FB

Tints of Perano #95A3FB

Color information

#95A3FB (or 0x95A3FB) is unknown color: approx Perano. HEX triplet: 95, A3 and FB. RGB value is (149,163,251). Sum of RGB (Red+Green+Blue) = 149+163+251=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #95A3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A3FB is #6A5C04. Grayscale: #A8A8A8. Windows color (decimal): -6970373 or 16491413. OLE color: 16491413.

HSL color Cylindrical-coordinate representation of color #95A3FB: hue angle of 231.76º 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 #95A3FB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149163251-
CMYK0.410.3500.02
HSL231.76º92.73%78.43%-
HSV(B)231.76º40.64%98.43%-
XYZ42.939.5596.64-
YUV168.85174.36113.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=26.47%
G=28.95%
B=44.58%

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
Decimal1491632510.410.3500.02231.7692.7378.43
Hex95A3FB292302e85d4e
Octal225243373514302350135116
Binary1001010110100011111110111010011000110101110100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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