#98B7F9

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

Shades of Perano #98B7F9

Tints of Perano #98B7F9

Color information

#98B7F9 (or 0x98B7F9) is unknown color: approx Perano. HEX triplet: 98, B7 and F9. RGB value is (152,183,249). Sum of RGB (Red+Green+Blue) = 152+183+249=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #98B7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B7F9 is #674806. Grayscale: #B4B4B4. Windows color (decimal): -6768647 or 16365464. OLE color: 16365464.

HSL color Cylindrical-coordinate representation of color #98B7F9: hue angle of 220.82º degrees, saturation: 0.89, 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 #98B7F9 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152183249-
CMYK0.390.2700.02
HSL220.82º88.99%78.63%-
HSV(B)220.82º38.96%97.65%-
XYZ46.9847.3896.29-
YUV181.26166.23107.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.03%
GREEN value IS 183 (71.88% from 255) = 31.34%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=26.03%
G=31.34%
B=42.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521832490.390.2700.02220.8288.9978.63
Hex98B7F9271B02dd594f
Octal230267371473302335131117
Binary100110001011011111111001100111110110101101110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,183,249); }

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

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

 a { background-color: rgb(152,183,249); }

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

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

 span { border-color: rgb(152,183,249); }

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