Html Css Color HEX #98A6E8 Portage

📋 copy color: '#98A6E8'

red 152 ◦ green 166 ◦ blue 232

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

Shades of Portage #98A6E8

Tints of Portage #98A6E8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.18%

 BLUE value IS 232 (91.02% from 255) = 42.18%

R = 27.64%
G = 30.18%
B = 42.18%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#98A6E8 (or 0x98A6E8) is known color: Portage. HEX triplet: 98, A6 and E8. RGB value is (152,166,232). Sum of RGB (Red+Green+Blue) = 152+166+232=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #98A6E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A6E8 is #675917. Grayscale: #A9A9A9. Windows color (decimal): -6773016 or 15247000. OLE color: 15247000.

HSL color Cylindrical-coordinate representation of color #98A6E8: hue angle of 229.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98A6E8 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 152 166 232 -
CMYK 0.34 0.28 0 0.09
HSL 229.5º 0.63% 0.75% -
HSV(B) 229.5º 0.34% 0.91% -
XYZ 41.15 39.77 81.85 -
YUV 169.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 152 166 232 0.34 0.28 0 0.09 229.5 0.63 0.75
Hex 98 A6 E8 22 1C 0 9 E6 3F 4B
Octal 230 246 350 42 34 0 11 346 77 113
Binary 10011000 10100110 11101000 100010 11100 0 1001 11100110 111111 1001011

Color Harmonies of #98A6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A6E8

Black with #98A6E8

Text Example


Text Example

White with #98A6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,166,232); }

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

background-color css

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

 a { background-color: rgb(152,166,232); }

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

border-color css

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

 span { border-color: rgb(152,166,232); }

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