Html Css Color HEX #98A5F6 Perano

📋 copy color: '#98A5F6'

red 152 ◦ green 165 ◦ blue 246

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

Shades of Perano #98A5F6

Tints of Perano #98A5F6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 246 (96.48% from 255) = 43.69%

R = 27%
G = 29.31%
B = 43.69%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#98A5F6 (or 0x98A5F6) is known color: Perano. HEX triplet: 98, A5 and F6. RGB value is (152,165,246). Sum of RGB (Red+Green+Blue) = 152+165+246=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #98A5F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A5F6 is #675A09. Grayscale: #AAAAAA. Windows color (decimal): -6773258 or 16164248. OLE color: 16164248.

HSL color Cylindrical-coordinate representation of color #98A5F6: hue angle of 231.7º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98A5F6 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 165 246 -
CMYK 0.38 0.33 0 0.04
HSL 231.7º 0.84% 0.78% -
HSV(B) 231.7º 0.38% 0.96% -
XYZ 43.04 40.24 92.69 -
YUV 170.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 152 165 246 0.38 0.33 0 0.04 231.7 0.84 0.78
Hex 98 A5 F6 26 21 0 4 E8 54 4E
Octal 230 245 366 46 41 0 4 350 124 116
Binary 10011000 10100101 11110110 100110 100001 0 100 11101000 1010100 1001110

Color Harmonies of #98A5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A5F6

Black with #98A5F6

Text Example


Text Example

White with #98A5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,165,246); }

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

background-color css

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

 a { background-color: rgb(152,165,246); }

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

border-color css

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

 span { border-color: rgb(152,165,246); }

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