#98B4F1

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

Shades of Perano #98B4F1

Tints of Perano #98B4F1

Color information

#98B4F1 (or 0x98B4F1) is unknown color: approx Perano. HEX triplet: 98, B4 and F1. RGB value is (152,180,241). Sum of RGB (Red+Green+Blue) = 152+180+241=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #98B4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B4F1 is #674B0E. Grayscale: #B2B2B2. Windows color (decimal): -6769423 or 15840408. OLE color: 15840408.

HSL color Cylindrical-coordinate representation of color #98B4F1: hue angle of 221.12º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98B4F1 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152180241-
CMYK0.370.2500.05
HSL221.12º76.07%77.06%-
HSV(B)221.12º36.93%94.51%-
XYZ45.1545.6789.65-
YUV178.58163.22109.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=26.53%
G=31.41%
B=42.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521802410.370.2500.05221.1276.0777.06
Hex98B4F1251905dd4c4d
Octal230264361453105335114115
Binary1001100010110100111100011001011100101011101110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,241); }

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

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

 a { background-color: rgb(152,180,241); }

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

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

 span { border-color: rgb(152,180,241); }

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