#98A1FD

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

Shades of Perano #98A1FD

Tints of Perano #98A1FD

Color information

#98A1FD (or 0x98A1FD) is unknown color: approx Perano. HEX triplet: 98, A1 and FD. RGB value is (152,161,253). Sum of RGB (Red+Green+Blue) = 152+161+253=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #98A1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A1FD is #675E02. Grayscale: #A8A8A8. Windows color (decimal): -6774275 or 16621976. OLE color: 16621976.

HSL color Cylindrical-coordinate representation of color #98A1FD: hue angle of 234.65º degrees, saturation: 0.96, 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 #98A1FD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152161253-
CMYK0.400.3600.01
HSL234.65º96.19%79.41%-
HSV(B)234.65º39.92%99.22%-
XYZ43.4239.2698.22-
YUV168.8175.52116.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.86%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=26.86%
G=28.45%
B=44.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521612530.400.3600.01234.6596.1979.41
Hex98A1FD282401eb604f
Octal230241375504401353140117
Binary100110001010000111111101101000100100011110101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,161,253); }

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

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

 a { background-color: rgb(152,161,253); }

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

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

 span { border-color: rgb(152,161,253); }

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