Html Css Color HEX #9296DA Portage

📋 copy color: '#9296DA'

red 146 ◦ green 150 ◦ blue 218

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

Shades of Portage #9296DA

Tints of Portage #9296DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 28.4%
G = 29.18%
B = 42.41%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9296DA (or 0x9296DA) is known color: Portage. HEX triplet: 92, 96 and DA. RGB value is (146,150,218). Sum of RGB (Red+Green+Blue) = 146+150+218=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #9296DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296DA is #6D6925. Grayscale: #9C9C9C. Windows color (decimal): -7170342 or 14325394. OLE color: 14325394.

HSL color Cylindrical-coordinate representation of color #9296DA: hue angle of 236.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9296DA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 150 218 -
CMYK 0.33 0.31 0 0.15
HSL 236.67º 0.49% 0.71% -
HSV(B) 236.67º 0.33% 0.85% -
XYZ 35.42 32.99 70.83 -
YUV 156.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 146 150 218 0.33 0.31 0 0.15 236.67 0.49 0.71
Hex 92 96 DA 21 1F 0 F ED 31 47
Octal 222 226 332 41 37 0 17 355 61 107
Binary 10010010 10010110 11011010 100001 11111 0 1111 11101101 110001 1000111

Color Harmonies of #9296DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296DA

Black with #9296DA

Text Example


Text Example

White with #9296DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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