Html Css Color HEX #98A0EE Portage

📋 copy color: '#98A0EE'

red 152 ◦ green 160 ◦ blue 238

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

Shades of Portage #98A0EE

Tints of Portage #98A0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 27.64%
G = 29.09%
B = 43.27%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98A0EE (or 0x98A0EE) is known color: Portage. HEX triplet: 98, A0 and EE. RGB value is (152,160,238). Sum of RGB (Red+Green+Blue) = 152+160+238=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #98A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A0EE is #675F11. Grayscale: #A6A6A6. Windows color (decimal): -6774546 or 15638680. OLE color: 15638680.

HSL color Cylindrical-coordinate representation of color #98A0EE: hue angle of 234.42º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A0EE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 160 238 -
CMYK 0.36 0.33 0 0.07
HSL 234.42º 0.72% 0.76% -
HSV(B) 234.42º 0.36% 0.93% -
XYZ 40.95 37.99 86.06 -
YUV 166.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 152 160 238 0.36 0.33 0 0.07 234.42 0.72 0.76
Hex 98 A0 EE 24 21 0 7 EA 48 4C
Octal 230 240 356 44 41 0 7 352 110 114
Binary 10011000 10100000 11101110 100100 100001 0 111 11101010 1001000 1001100

Color Harmonies of #98A0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A0EE

Black with #98A0EE

Text Example


Text Example

White with #98A0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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