#98A6FA

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

Shades of Perano #98A6FA

Tints of Perano #98A6FA

Color information

#98A6FA (or 0x98A6FA) is unknown color: approx Perano. HEX triplet: 98, A6 and FA. RGB value is (152,166,250). Sum of RGB (Red+Green+Blue) = 152+166+250=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #98A6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A6FA is #675905. Grayscale: #ABABAB. Windows color (decimal): -6772998 or 16426648. OLE color: 16426648.

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

Color convert

RGB152166250-
CMYK0.390.3400.02
HSL231.43º90.74%78.82%-
HSV(B)231.43º39.2%98.04%-
XYZ43.8440.8596.02-
YUV171.39172.36114.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.76%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=26.76%
G=29.23%
B=44.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521662500.390.3400.02231.4390.7478.82
Hex98A6FA272202e75b4f
Octal230246372474202347133117
Binary1001100010100110111110101001111000100101110011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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