Html Css Color HEX #9296D6 Portage

📋 copy color: '#9296D6'

red 146 ◦ green 150 ◦ blue 214

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

Shades of Portage #9296D6

Tints of Portage #9296D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 28.63%
G = 29.41%
B = 41.96%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9296D6 (or 0x9296D6) is known color: Portage. HEX triplet: 92, 96 and D6. RGB value is (146,150,214). Sum of RGB (Red+Green+Blue) = 146+150+214=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #9296D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296D6 is #6D6929. Grayscale: #9B9B9B. Windows color (decimal): -7170346 or 14063250. OLE color: 14063250.

HSL color Cylindrical-coordinate representation of color #9296D6: hue angle of 236.47º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9296D6 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 150 214 -
CMYK 0.32 0.30 0 0.16
HSL 236.47º 0.45% 0.71% -
HSV(B) 236.47º 0.32% 0.84% -
XYZ 34.9 32.78 68.11 -
YUV 156.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 146 150 214 0.32 0.30 0 0.16 236.47 0.45 0.71
Hex 92 96 D6 20 1E 0 10 EC 2D 47
Octal 222 226 326 40 36 0 20 354 55 107
Binary 10010010 10010110 11010110 100000 11110 0 10000 11101100 101101 1000111

Color Harmonies of #9296D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296D6

Black with #9296D6

Text Example


Text Example

White with #9296D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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