Html Css Color HEX #9299E5 Portage

📋 copy color: '#9299E5'

red 146 ◦ green 153 ◦ blue 229

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

Shades of Portage #9299E5

Tints of Portage #9299E5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.98%

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 27.65%
G = 28.98%
B = 43.37%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9299E5 (or 0x9299E5) is known color: Portage. HEX triplet: 92, 99 and E5. RGB value is (146,153,229). Sum of RGB (Red+Green+Blue) = 146+153+229=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #9299E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299E5 is #6D661A. Grayscale: #9F9F9F. Windows color (decimal): -7169563 or 15047058. OLE color: 15047058.

HSL color Cylindrical-coordinate representation of color #9299E5: hue angle of 234.94º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9299E5 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 153 229 -
CMYK 0.36 0.33 0 0.10
HSL 234.94º 0.61% 0.74% -
HSV(B) 234.94º 0.36% 0.9% -
XYZ 37.39 34.55 78.83 -
YUV 159.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 146 153 229 0.36 0.33 0 0.10 234.94 0.61 0.74
Hex 92 99 E5 24 21 0 A EB 3D 4A
Octal 222 231 345 44 41 0 12 353 75 112
Binary 10010010 10011001 11100101 100100 100001 0 1010 11101011 111101 1001010

Color Harmonies of #9299E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9299E5

Black with #9299E5

Text Example


Text Example

White with #9299E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9299E5; }

 p { color: rgb(146,153,229); }

 H1.HeaderClassName
 {
   color: #9299E5;
 }
 .AnyTagClassName
 {
   color: #9299E5;
 }
</style>

background-color css

<style>
 a { background-color: #9299E5; }

 a { background-color: rgb(146,153,229); }

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

border-color css

<style>
 span { border-color: #9299E5; }

 span { border-color: rgb(146,153,229); }

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