Html Css Color HEX #9298DD Portage

📋 copy color: '#9298DD'

red 146 ◦ green 152 ◦ blue 221

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

Shades of Portage #9298DD

Tints of Portage #9298DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 28.13%
G = 29.29%
B = 42.58%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9298DD (or 0x9298DD) is known color: Portage. HEX triplet: 92, 98 and DD. RGB value is (146,152,221). Sum of RGB (Red+Green+Blue) = 146+152+221=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9298DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298DD is #6D6722. Grayscale: #9D9D9D. Windows color (decimal): -7169827 or 14522514. OLE color: 14522514.

HSL color Cylindrical-coordinate representation of color #9298DD: hue angle of 235.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9298DD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 152 221 -
CMYK 0.34 0.31 0 0.13
HSL 235.2º 0.52% 0.72% -
HSV(B) 235.2º 0.34% 0.87% -
XYZ 36.13 33.79 73.02 -
YUV 158.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 146 152 221 0.34 0.31 0 0.13 235.2 0.52 0.72
Hex 92 98 DD 22 1F 0 D EB 34 48
Octal 222 230 335 42 37 0 15 353 64 110
Binary 10010010 10011000 11011101 100010 11111 0 1101 11101011 110100 1001000

Color Harmonies of #9298DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9298DD

Black with #9298DD

Text Example


Text Example

White with #9298DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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