Html Css Color HEX #98A8FA Perano

📋 copy color: '#98A8FA'

red 152 ◦ green 168 ◦ blue 250

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

Shades of Perano #98A8FA

Tints of Perano #98A8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 26.67%
G = 29.47%
B = 43.86%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#98A8FA (or 0x98A8FA) is known color: Perano. HEX triplet: 98, A8 and FA. RGB value is (152,168,250). Sum of RGB (Red+Green+Blue) = 152+168+250=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #98A8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A8FA is #675705. Grayscale: #ACACAC. Windows color (decimal): -6772486 or 16427160. OLE color: 16427160.

HSL color Cylindrical-coordinate representation of color #98A8FA: hue angle of 230.2º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98A8FA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 168 250 -
CMYK 0.39 0.33 0 0.02
HSL 230.2º 0.91% 0.79% -
HSV(B) 230.2º 0.39% 0.98% -
XYZ 44.21 41.58 96.14 -
YUV 172.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 152 168 250 0.39 0.33 0 0.02 230.2 0.91 0.79
Hex 98 A8 FA 27 21 0 2 E6 5B 4F
Octal 230 250 372 47 41 0 2 346 133 117
Binary 10011000 10101000 11111010 100111 100001 0 10 11100110 1011011 1001111

Color Harmonies of #98A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8FA

Black with #98A8FA

Text Example


Text Example

White with #98A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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