Html Css Color HEX #98B1FC Perano

📋 copy color: '#98B1FC'

red 152 ◦ green 177 ◦ blue 252

#98B1FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #98B1FC

Tints of Perano #98B1FC

RGB

 RED value IS 152 (59.77% from 255) = 26.16%

 GREEN value IS 177 (69.53% from 255) = 30.46%

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 26.16%
G = 30.46%
B = 43.37%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98B1FC (or 0x98B1FC) is known color: Perano. HEX triplet: 98, B1 and FC. RGB value is (152,177,252). Sum of RGB (Red+Green+Blue) = 152+177+252=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #98B1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B1FC is #674E03. Grayscale: #B1B1B1. Windows color (decimal): -6770180 or 16560536. OLE color: 16560536.

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

Color convert

RGB 152 177 252 -
CMYK 0.40 0.30 0 0.01
HSL 225º 0.94% 0.79% -
HSV(B) 225º 0.4% 0.99% -
XYZ 46.24 45.15 98.37 -
YUV 178.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 152 177 252 0.40 0.30 0 0.01 225 0.94 0.79
Hex 98 B1 FC 28 1E 0 1 E1 5E 4F
Octal 230 261 374 50 36 0 1 341 136 117
Binary 10011000 10110001 11111100 101000 11110 0 1 11100001 1011110 1001111

Color Harmonies of #98B1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B1FC

Black with #98B1FC

Text Example


Text Example

White with #98B1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B1FC;
 }
 .AnyTagClassName
 {
   color: #98B1FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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