Html Css Color HEX #9898EF Portage

📋 copy color: '#9898EF'

red 152 ◦ green 152 ◦ blue 239

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

Shades of Portage #9898EF

Tints of Portage #9898EF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

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

R = 27.99%
G = 27.99%
B = 44.01%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9898EF (or 0x9898EF) is known color: Portage. HEX triplet: 98, 98 and EF. RGB value is (152,152,239). Sum of RGB (Red+Green+Blue) = 152+152+239=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #9898EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898EF is #676710. Grayscale: #A1A1A1. Windows color (decimal): -6776593 or 15702168. OLE color: 15702168.

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

Color convert

RGB 152 152 239 -
CMYK 0.36 0.36 0 0.06
HSL 240º 0.73% 0.77% -
HSV(B) 240º 0.36% 0.94% -
XYZ 39.76 35.36 86.39 -
YUV 161.92 171.5 120.93 -
System Red Green Blue C M Y K H S L
Decimal 152 152 239 0.36 0.36 0 0.06 240 0.73 0.77
Hex 98 98 EF 24 24 0 6 F0 49 4D
Octal 230 230 357 44 44 0 6 360 111 115
Binary 10011000 10011000 11101111 100100 100100 0 110 11110000 1001001 1001101

Color Harmonies of #9898EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9898EF

Black with #9898EF

Text Example


Text Example

White with #9898EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9898EF; }

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

 H1.HeaderClassName
 {
   color: #9898EF;
 }
 .AnyTagClassName
 {
   color: #9898EF;
 }
</style>

background-color css

<style>
 a { background-color: #9898EF; }

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

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

border-color css

<style>
 span { border-color: #9898EF; }

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

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