#98A6EE

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

Shades of Perano #98A6EE

Tints of Perano #98A6EE

Color information

#98A6EE (or 0x98A6EE) is unknown color: approx Perano. HEX triplet: 98, A6 and EE. RGB value is (152,166,238). Sum of RGB (Red+Green+Blue) = 152+166+238=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #98A6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A6EE is #675911. Grayscale: #A9A9A9. Windows color (decimal): -6773010 or 15640216. OLE color: 15640216.

HSL color Cylindrical-coordinate representation of color #98A6EE: hue angle of 230.23º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A6EE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152166238-
CMYK0.360.3000.07
HSL230.23º71.67%76.47%-
HSV(B)230.23º36.13%93.33%-
XYZ42.0240.1286.42-
YUV170.02166.36115.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.34%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=27.34%
G=29.86%
B=42.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521662380.360.3000.07230.2371.6776.47
Hex98A6EE241E07e6484c
Octal230246356443607346110114
Binary1001100010100110111011101001001111001111110011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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