Html Css Color HEX #98A0EF Portage

📋 copy color: '#98A0EF'

red 152 ◦ green 160 ◦ blue 239

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

Shades of Portage #98A0EF

Tints of Portage #98A0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.04%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 27.59%
G = 29.04%
B = 43.38%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98A0EF (or 0x98A0EF) is known color: Portage. HEX triplet: 98, A0 and EF. RGB value is (152,160,239). Sum of RGB (Red+Green+Blue) = 152+160+239=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #98A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A0EF is #675F10. Grayscale: #A6A6A6. Windows color (decimal): -6774545 or 15704216. OLE color: 15704216.

HSL color Cylindrical-coordinate representation of color #98A0EF: hue angle of 234.48º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A0EF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 160 239 -
CMYK 0.36 0.33 0 0.06
HSL 234.48º 0.73% 0.77% -
HSV(B) 234.48º 0.36% 0.94% -
XYZ 41.1 38.05 86.84 -
YUV 166.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 152 160 239 0.36 0.33 0 0.06 234.48 0.73 0.77
Hex 98 A0 EF 24 21 0 6 EA 49 4D
Octal 230 240 357 44 41 0 6 352 111 115
Binary 10011000 10100000 11101111 100100 100001 0 110 11101010 1001001 1001101

Color Harmonies of #98A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A0EF

Black with #98A0EF

Text Example


Text Example

White with #98A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,160,239); }

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

background-color css

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

 a { background-color: rgb(152,160,239); }

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

border-color css

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

 span { border-color: rgb(152,160,239); }

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