#93A6FE

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

Shades of Perano #93A6FE

Tints of Perano #93A6FE

Color information

#93A6FE (or 0x93A6FE) is unknown color: approx Perano. HEX triplet: 93, A6 and FE. RGB value is (147,166,254). Sum of RGB (Red+Green+Blue) = 147+166+254=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #93A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A6FE is #6C5901. Grayscale: #A9A9A9. Windows color (decimal): -7100674 or 16688787. OLE color: 16688787.

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

Color convert

RGB147166254-
CMYK0.420.3500.00
HSL229.35º98.17%78.63%-
HSV(B)229.35º42.13%99.61%-
XYZ43.5640.6399.31-
YUV170.35175.21111.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.93%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=25.93%
G=29.28%
B=44.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471662540.420.3500.00229.3598.1778.63
Hex93A6FE2A2300e5624f
Octal223246376524300345142117
Binary100100111010011011111110101010100011001110010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A6FE; }

 p { color: rgb(147,166,254); }

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

<style>
 a { background-color: #93A6FE; }

 a { background-color: rgb(147,166,254); }

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

<style>
 span { border-color: #93A6FE; }

 span { border-color: rgb(147,166,254); }

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