#94B7F1

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

Shades of Perano #94B7F1

Tints of Perano #94B7F1

Color information

#94B7F1 (or 0x94B7F1) is unknown color: approx Perano. HEX triplet: 94, B7 and F1. RGB value is (148,183,241). Sum of RGB (Red+Green+Blue) = 148+183+241=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #94B7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B7F1 is #6B480E. Grayscale: #B2B2B2. Windows color (decimal): -7030799 or 15841172. OLE color: 15841172.

HSL color Cylindrical-coordinate representation of color #94B7F1: hue angle of 217.42º 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 #94B7F1 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148183241-
CMYK0.390.2400.05
HSL217.42º76.86%76.27%-
HSV(B)217.42º38.59%94.51%-
XYZ45.0246.5189.82-
YUV179.15162.9105.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.87%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=25.87%
G=31.99%
B=42.13%

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
Decimal1481832410.390.2400.05217.4276.8676.27
Hex94B7F1271805d94d4c
Octal224267361473005331115114
Binary1001010010110111111100011001111100001011101100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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