#98B1FA

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

Shades of Perano #98B1FA

Tints of Perano #98B1FA

Color information

#98B1FA (or 0x98B1FA) is unknown color: approx Perano. HEX triplet: 98, B1 and FA. RGB value is (152,177,250). Sum of RGB (Red+Green+Blue) = 152+177+250=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #98B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B1FA is #674E05. Grayscale: #B1B1B1. Windows color (decimal): -6770182 or 16429464. OLE color: 16429464.

HSL color Cylindrical-coordinate representation of color #98B1FA: hue angle of 224.69º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98B1FA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152177250-
CMYK0.390.2900.02
HSL224.69º90.74%78.82%-
HSV(B)224.69º39.2%98.04%-
XYZ45.9345.0296.71-
YUV177.85168.72109.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=26.25%
G=30.57%
B=43.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521772500.390.2900.02224.6990.7478.82
Hex98B1FA271D02e15b4f
Octal230261372473502341133117
Binary100110001011000111111010100111111010101110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B1FA; }

 p { color: rgb(152,177,250); }

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

<style>
 a { background-color: #98B1FA; }

 a { background-color: rgb(152,177,250); }

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

<style>
 span { border-color: #98B1FA; }

 span { border-color: rgb(152,177,250); }

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