Html Css Color HEX #9298D6 Portage

📋 copy color: '#9298D6'

red 146 ◦ green 152 ◦ blue 214

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

Shades of Portage #9298D6

Tints of Portage #9298D6

RGB

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

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

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

R = 28.52%
G = 29.69%
B = 41.8%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9298D6 (or 0x9298D6) is known color: Portage. HEX triplet: 92, 98 and D6. RGB value is (146,152,214). Sum of RGB (Red+Green+Blue) = 146+152+214=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #9298D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298D6 is #6D6729. Grayscale: #9D9D9D. Windows color (decimal): -7169834 or 14063762. OLE color: 14063762.

HSL color Cylindrical-coordinate representation of color #9298D6: hue angle of 234.71º 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 #9298D6 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 152 214 -
CMYK 0.32 0.29 0 0.16
HSL 234.71º 0.45% 0.71% -
HSV(B) 234.71º 0.32% 0.84% -
XYZ 35.22 33.42 68.21 -
YUV 157.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 146 152 214 0.32 0.29 0 0.16 234.71 0.45 0.71
Hex 92 98 D6 20 1D 0 10 EB 2D 47
Octal 222 230 326 40 35 0 20 353 55 107
Binary 10010010 10011000 11010110 100000 11101 0 10000 11101011 101101 1000111

Color Harmonies of #9298D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9298D6

Black with #9298D6

Text Example


Text Example

White with #9298D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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