Html Css Color HEX #98A5EE Portage

📋 copy color: '#98A5EE'

red 152 ◦ green 165 ◦ blue 238

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

Shades of Portage #98A5EE

Tints of Portage #98A5EE

RGB

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

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

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

R = 27.39%
G = 29.73%
B = 42.88%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98A5EE (or 0x98A5EE) is known color: Portage. HEX triplet: 98, A5 and EE. RGB value is (152,165,238). Sum of RGB (Red+Green+Blue) = 152+165+238=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #98A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A5EE is #675A11. Grayscale: #A9A9A9. Windows color (decimal): -6773266 or 15639960. OLE color: 15639960.

HSL color Cylindrical-coordinate representation of color #98A5EE: hue angle of 230.93º 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 #98A5EE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 165 238 -
CMYK 0.36 0.31 0 0.07
HSL 230.93º 0.72% 0.76% -
HSV(B) 230.93º 0.36% 0.93% -
XYZ 41.84 39.76 86.36 -
YUV 169.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 152 165 238 0.36 0.31 0 0.07 230.93 0.72 0.76
Hex 98 A5 EE 24 1F 0 7 E7 48 4C
Octal 230 245 356 44 37 0 7 347 110 114
Binary 10011000 10100101 11101110 100100 11111 0 111 11100111 1001000 1001100

Color Harmonies of #98A5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A5EE

Black with #98A5EE

Text Example


Text Example

White with #98A5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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