Html Css Color HEX #9298E6 Portage

📋 copy color: '#9298E6'

red 146 ◦ green 152 ◦ blue 230

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

Shades of Portage #9298E6

Tints of Portage #9298E6

RGB

 RED value IS 146 (57.42% from 255) = 27.65%

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

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 27.65%
G = 28.79%
B = 43.56%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9298E6 (or 0x9298E6) is known color: Portage. HEX triplet: 92, 98 and E6. RGB value is (146,152,230). Sum of RGB (Red+Green+Blue) = 146+152+230=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #9298E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9298E6 is #6D6719. Grayscale: #9E9E9E. Windows color (decimal): -7169818 or 15112338. OLE color: 15112338.

HSL color Cylindrical-coordinate representation of color #9298E6: hue angle of 235.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9298E6 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 152 230 -
CMYK 0.37 0.34 0 0.10
HSL 235.71º 0.63% 0.74% -
HSV(B) 235.71º 0.37% 0.9% -
XYZ 37.37 34.28 79.51 -
YUV 159.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 146 152 230 0.37 0.34 0 0.10 235.71 0.63 0.74
Hex 92 98 E6 25 22 0 A EC 3F 4A
Octal 222 230 346 45 42 0 12 354 77 112
Binary 10010010 10011000 11100110 100101 100010 0 1010 11101100 111111 1001010

Color Harmonies of #9298E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9298E6

Black with #9298E6

Text Example


Text Example

White with #9298E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9298E6; }

 p { color: rgb(146,152,230); }

 H1.HeaderClassName
 {
   color: #9298E6;
 }
 .AnyTagClassName
 {
   color: #9298E6;
 }
</style>

background-color css

<style>
 a { background-color: #9298E6; }

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

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

border-color css

<style>
 span { border-color: #9298E6; }

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

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