#98B1FD

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

Shades of Perano #98B1FD

Tints of Perano #98B1FD

Color information

#98B1FD (or 0x98B1FD) is unknown color: approx Perano. HEX triplet: 98, B1 and FD. RGB value is (152,177,253). Sum of RGB (Red+Green+Blue) = 152+177+253=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #98B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B1FD is #674E02. Grayscale: #B1B1B1. Windows color (decimal): -6770179 or 16626072. OLE color: 16626072.

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

Color convert

RGB152177253-
CMYK0.400.3000.01
HSL225.15º96.19%79.41%-
HSV(B)225.15º39.92%99.22%-
XYZ46.445.2199.21-
YUV178.19170.22109.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.12%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=26.12%
G=30.41%
B=43.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521772530.400.3000.01225.1596.1979.41
Hex98B1FD281E01e1604f
Octal230261375503601341140117
Binary10011000101100011111110110100011110011110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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