Html Css Color HEX #98A1EF Portage

📋 copy color: '#98A1EF'

red 152 ◦ green 161 ◦ blue 239

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

Shades of Portage #98A1EF

Tints of Portage #98A1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.17%

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

R = 27.54%
G = 29.17%
B = 43.3%

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

#98A1EF (or 0x98A1EF) is known color: Portage. HEX triplet: 98, A1 and EF. RGB value is (152,161,239). Sum of RGB (Red+Green+Blue) = 152+161+239=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #98A1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A1EF is #675E10. Grayscale: #A6A6A6. Windows color (decimal): -6774289 or 15704472. OLE color: 15704472.

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

Color convert

RGB 152 161 239 -
CMYK 0.36 0.33 0 0.06
HSL 233.79º 0.73% 0.77% -
HSV(B) 233.79º 0.36% 0.94% -
XYZ 41.27 38.4 86.9 -
YUV 167.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 152 161 239 0.36 0.33 0 0.06 233.79 0.73 0.77
Hex 98 A1 EF 24 21 0 6 EA 49 4D
Octal 230 241 357 44 41 0 6 352 111 115
Binary 10011000 10100001 11101111 100100 100001 0 110 11101010 1001001 1001101

Color Harmonies of #98A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A1EF

Black with #98A1EF

Text Example


Text Example

White with #98A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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