#98B5F7

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

Shades of Perano #98B5F7

Tints of Perano #98B5F7

Color information

#98B5F7 (or 0x98B5F7) is unknown color: approx Perano. HEX triplet: 98, B5 and F7. RGB value is (152,181,247). Sum of RGB (Red+Green+Blue) = 152+181+247=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #98B5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B5F7 is #674A08. Grayscale: #B3B3B3. Windows color (decimal): -6769161 or 16233880. OLE color: 16233880.

HSL color Cylindrical-coordinate representation of color #98B5F7: hue angle of 221.68º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98B5F7 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152181247-
CMYK0.380.2700.03
HSL221.68º85.59%78.24%-
HSV(B)221.68º38.46%96.86%-
XYZ46.2646.4494.52-
YUV179.85165.89108.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=26.21%
G=31.21%
B=42.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521812470.380.2700.03221.6885.5978.24
Hex98B5F7261B03de564e
Octal230265367463303336126116
Binary100110001011010111110111100110110110111101111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,247); }

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

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

 a { background-color: rgb(152,181,247); }

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

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

 span { border-color: rgb(152,181,247); }

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