Html Css Color HEX #9298DB Portage

📋 copy color: '#9298DB'

red 146 ◦ green 152 ◦ blue 219

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

Shades of Portage #9298DB

Tints of Portage #9298DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 28.24%
G = 29.4%
B = 42.36%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9298DB (or 0x9298DB) is known color: Portage. HEX triplet: 92, 98 and DB. RGB value is (146,152,219). Sum of RGB (Red+Green+Blue) = 146+152+219=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9298DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298DB is #6D6724. Grayscale: #9D9D9D. Windows color (decimal): -7169829 or 14391442. OLE color: 14391442.

HSL color Cylindrical-coordinate representation of color #9298DB: hue angle of 235.07º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9298DB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 152 219 -
CMYK 0.33 0.31 0 0.14
HSL 235.07º 0.5% 0.72% -
HSV(B) 235.07º 0.33% 0.86% -
XYZ 35.87 33.68 71.63 -
YUV 157.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 146 152 219 0.33 0.31 0 0.14 235.07 0.5 0.72
Hex 92 98 DB 21 1F 0 E EB 32 48
Octal 222 230 333 41 37 0 16 353 62 110
Binary 10010010 10011000 11011011 100001 11111 0 1110 11101011 110010 1001000

Color Harmonies of #9298DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9298DB

Black with #9298DB

Text Example


Text Example

White with #9298DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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