Html Css Color HEX #98A8F8 Perano

📋 copy color: '#98A8F8'

red 152 ◦ green 168 ◦ blue 248

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

Shades of Perano #98A8F8

Tints of Perano #98A8F8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.58%

 BLUE value IS 248 (97.27% from 255) = 43.66%

R = 26.76%
G = 29.58%
B = 43.66%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#98A8F8 (or 0x98A8F8) is known color: Perano. HEX triplet: 98, A8 and F8. RGB value is (152,168,248). Sum of RGB (Red+Green+Blue) = 152+168+248=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #98A8F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A8F8 is #675707. Grayscale: #ACACAC. Windows color (decimal): -6772488 or 16296088. OLE color: 16296088.

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

Color convert

RGB 152 168 248 -
CMYK 0.39 0.32 0 0.03
HSL 230º 0.87% 0.78% -
HSV(B) 230º 0.39% 0.97% -
XYZ 43.89 41.46 94.5 -
YUV 172.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 152 168 248 0.39 0.32 0 0.03 230 0.87 0.78
Hex 98 A8 F8 27 20 0 3 E6 57 4E
Octal 230 250 370 47 40 0 3 346 127 116
Binary 10011000 10101000 11111000 100111 100000 0 11 11100110 1010111 1001110

Color Harmonies of #98A8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8F8

Black with #98A8F8

Text Example


Text Example

White with #98A8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,168,248); }

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

background-color css

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

 a { background-color: rgb(152,168,248); }

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

border-color css

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

 span { border-color: rgb(152,168,248); }

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