#98A6FC

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

Shades of Perano #98A6FC

Tints of Perano #98A6FC

Color information

#98A6FC (or 0x98A6FC) is unknown color: approx Perano. HEX triplet: 98, A6 and FC. RGB value is (152,166,252). Sum of RGB (Red+Green+Blue) = 152+166+252=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #98A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A6FC is #675903. Grayscale: #ABABAB. Windows color (decimal): -6772996 or 16557720. OLE color: 16557720.

HSL color Cylindrical-coordinate representation of color #98A6FC: hue angle of 231.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98A6FC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152166252-
CMYK0.400.3400.01
HSL231.6º94.34%79.22%-
HSV(B)231.6º39.68%98.82%-
XYZ44.1640.9897.68-
YUV171.62173.36114.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=26.67%
G=29.12%
B=44.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521662520.400.3400.01231.694.3479.22
Hex98A6FC282201e85e4f
Octal230246374504201350136117
Binary100110001010011011111100101000100010011110100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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