#97B7FA

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

Shades of Perano #97B7FA

Tints of Perano #97B7FA

Color information

#97B7FA (or 0x97B7FA) is unknown color: approx Perano. HEX triplet: 97, B7 and FA. RGB value is (151,183,250). Sum of RGB (Red+Green+Blue) = 151+183+250=584 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.86% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #97B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B7FA is #684805. Grayscale: #B4B4B4. Windows color (decimal): -6834182 or 16430999. OLE color: 16430999.

HSL color Cylindrical-coordinate representation of color #97B7FA: hue angle of 220.61º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97B7FA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151183250-
CMYK0.400.2700.02
HSL220.61º90.83%78.63%-
HSV(B)220.61º39.6%98.04%-
XYZ46.9547.3597.11-
YUV181.07166.9106.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.86%
GREEN value IS 183 (71.88% from 255) = 31.34%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=25.86%
G=31.34%
B=42.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511832500.400.2700.02220.6190.8378.63
Hex97B7FA281B02dd5b4f
Octal227267372503302335133117
Binary100101111011011111111010101000110110101101110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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