#93B7FA

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

Shades of Perano #93B7FA

Tints of Perano #93B7FA

Color information

#93B7FA (or 0x93B7FA) is unknown color: approx Perano. HEX triplet: 93, B7 and FA. RGB value is (147,183,250). Sum of RGB (Red+Green+Blue) = 147+183+250=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #93B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B7FA is #6C4805. Grayscale: #B3B3B3. Windows color (decimal): -7096326 or 16430995. OLE color: 16430995.

HSL color Cylindrical-coordinate representation of color #93B7FA: hue angle of 219.03º degrees, saturation: 0.91, 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 #93B7FA is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147183250-
CMYK0.410.2700.02
HSL219.03º91.15%77.84%-
HSV(B)219.03º41.2%98.04%-
XYZ46.2246.9797.07-
YUV179.87167.57104.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.34%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=25.34%
G=31.55%
B=43.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471832500.410.2700.02219.0391.1577.84
Hex93B7FA291B02db5b4e
Octal223267372513302333133116
Binary100100111011011111111010101001110110101101101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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