Html Css Color HEX #9898E2 Portage

📋 copy color: '#9898E2'

red 152 ◦ green 152 ◦ blue 226

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

Shades of Portage #9898E2

Tints of Portage #9898E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.64%

R = 28.68%
G = 28.68%
B = 42.64%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9898E2 (or 0x9898E2) is known color: Portage. HEX triplet: 98, 98 and E2. RGB value is (152,152,226). Sum of RGB (Red+Green+Blue) = 152+152+226=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 226 - color contains mainly: blue. Hex color #9898E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898E2 is #67671D. Grayscale: #A0A0A0. Windows color (decimal): -6776606 or 14850200. OLE color: 14850200.

HSL color Cylindrical-coordinate representation of color #9898E2: hue angle of 240º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9898E2 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 152 226 -
CMYK 0.33 0.33 0 0.11
HSL 240º 0.56% 0.74% -
HSV(B) 240º 0.33% 0.89% -
XYZ 37.9 34.62 76.64 -
YUV 160.44 165 121.98 -
System Red Green Blue C M Y K H S L
Decimal 152 152 226 0.33 0.33 0 0.11 240 0.56 0.74
Hex 98 98 E2 21 21 0 B F0 38 4A
Octal 230 230 342 41 41 0 13 360 70 112
Binary 10011000 10011000 11100010 100001 100001 0 1011 11110000 111000 1001010

Color Harmonies of #9898E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9898E2

Black with #9898E2

Text Example


Text Example

White with #9898E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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