Html Css Color HEX #98ACF7 Perano

📋 copy color: '#98ACF7'

red 152 ◦ green 172 ◦ blue 247

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

Shades of Perano #98ACF7

Tints of Perano #98ACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.12%

 BLUE value IS 247 (96.88% from 255) = 43.26%

R = 26.62%
G = 30.12%
B = 43.26%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#98ACF7 (or 0x98ACF7) is known color: Perano. HEX triplet: 98, AC and F7. RGB value is (152,172,247). Sum of RGB (Red+Green+Blue) = 152+172+247=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #98ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ACF7 is #675308. Grayscale: #AEAEAE. Windows color (decimal): -6771465 or 16231576. OLE color: 16231576.

HSL color Cylindrical-coordinate representation of color #98ACF7: hue angle of 227.37º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98ACF7 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 172 247 -
CMYK 0.38 0.30 0 0.03
HSL 227.37º 0.86% 0.78% -
HSV(B) 227.37º 0.38% 0.97% -
XYZ 44.49 42.9 93.93 -
YUV 174.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 152 172 247 0.38 0.30 0 0.03 227.37 0.86 0.78
Hex 98 AC F7 26 1E 0 3 E3 56 4E
Octal 230 254 367 46 36 0 3 343 126 116
Binary 10011000 10101100 11110111 100110 11110 0 11 11100011 1010110 1001110

Color Harmonies of #98ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ACF7

Black with #98ACF7

Text Example


Text Example

White with #98ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,172,247); }

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

background-color css

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

 a { background-color: rgb(152,172,247); }

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

border-color css

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

 span { border-color: rgb(152,172,247); }

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