#94B7FC

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

Shades of Perano #94B7FC

Tints of Perano #94B7FC

Color information

#94B7FC (or 0x94B7FC) is unknown color: approx Perano. HEX triplet: 94, B7 and FC. RGB value is (148,183,252). Sum of RGB (Red+Green+Blue) = 148+183+252=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #94B7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B7FC is #6B4803. Grayscale: #B4B4B4. Windows color (decimal): -7030788 or 16562068. OLE color: 16562068.

HSL color Cylindrical-coordinate representation of color #94B7FC: hue angle of 219.81º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94B7FC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148183252-
CMYK0.410.2700.01
HSL219.81º94.55%78.43%-
HSV(B)219.81º41.27%98.82%-
XYZ46.7247.1998.74-
YUV180.4168.4104.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.39%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=25.39%
G=31.39%
B=43.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481832520.410.2700.01219.8194.5578.43
Hex94B7FC291B01dc5f4e
Octal224267374513301334137116
Binary10010100101101111111110010100111011011101110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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