#93B7F1

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

Shades of Perano #93B7F1

Tints of Perano #93B7F1

Color information

#93B7F1 (or 0x93B7F1) is unknown color: approx Perano. HEX triplet: 93, B7 and F1. RGB value is (147,183,241). Sum of RGB (Red+Green+Blue) = 147+183+241=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #93B7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B7F1 is #6C480E. Grayscale: #B2B2B2. Windows color (decimal): -7096335 or 15841171. OLE color: 15841171.

HSL color Cylindrical-coordinate representation of color #93B7F1: hue angle of 217.02º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93B7F1 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147183241-
CMYK0.390.2400.05
HSL217.02º77.05%76.08%-
HSV(B)217.02º39%94.51%-
XYZ44.8446.4289.82-
YUV178.85163.07105.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.74%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=25.74%
G=32.05%
B=42.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471832410.390.2400.05217.0277.0576.08
Hex93B7F1271805d94d4c
Octal223267361473005331115114
Binary1001001110110111111100011001111100001011101100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,183,241); }

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

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

 a { background-color: rgb(147,183,241); }

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

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

 span { border-color: rgb(147,183,241); }

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