Html Css Color HEX #9296ED Portage

📋 copy color: '#9296ED'

red 146 ◦ green 150 ◦ blue 237

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

Shades of Portage #9296ED

Tints of Portage #9296ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.14%

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 27.39%
G = 28.14%
B = 44.47%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9296ED (or 0x9296ED) is known color: Portage. HEX triplet: 92, 96 and ED. RGB value is (146,150,237). Sum of RGB (Red+Green+Blue) = 146+150+237=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #9296ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9296ED is #6D6912. Grayscale: #9E9E9E. Windows color (decimal): -7170323 or 15570578. OLE color: 15570578.

HSL color Cylindrical-coordinate representation of color #9296ED: hue angle of 237.36º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9296ED is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 150 237 -
CMYK 0.38 0.37 0 0.07
HSL 237.36º 0.72% 0.75% -
HSV(B) 237.36º 0.38% 0.93% -
XYZ 38.05 34.04 84.69 -
YUV 158.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 146 150 237 0.38 0.37 0 0.07 237.36 0.72 0.75
Hex 92 96 ED 26 25 0 7 ED 48 4B
Octal 222 226 355 46 45 0 7 355 110 113
Binary 10010010 10010110 11101101 100110 100101 0 111 11101101 1001000 1001011

Color Harmonies of #9296ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296ED

Black with #9296ED

Text Example


Text Example

White with #9296ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9296ED; }

 p { color: rgb(146,150,237); }

 H1.HeaderClassName
 {
   color: #9296ED;
 }
 .AnyTagClassName
 {
   color: #9296ED;
 }
</style>

background-color css

<style>
 a { background-color: #9296ED; }

 a { background-color: rgb(146,150,237); }

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

border-color css

<style>
 span { border-color: #9296ED; }

 span { border-color: rgb(146,150,237); }

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