Html Css Color HEX #9096DD Portage

📋 copy color: '#9096DD'

red 144 ◦ green 150 ◦ blue 221

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

Shades of Portage #9096DD

Tints of Portage #9096DD

RGB

 RED value IS 144 (56.64% from 255) = 27.96%

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

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

R = 27.96%
G = 29.13%
B = 42.91%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9096DD (or 0x9096DD) is known color: Portage. HEX triplet: 90, 96 and DD. RGB value is (144,150,221). Sum of RGB (Red+Green+Blue) = 144+150+221=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9096DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096DD is #6F6922. Grayscale: #9C9C9C. Windows color (decimal): -7301411 or 14522000. OLE color: 14522000.

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

Color convert

RGB 144 150 221 -
CMYK 0.35 0.32 0 0.13
HSL 235.32º 0.53% 0.72% -
HSV(B) 235.32º 0.35% 0.87% -
XYZ 35.46 32.96 72.9 -
YUV 156.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 144 150 221 0.35 0.32 0 0.13 235.32 0.53 0.72
Hex 90 96 DD 23 20 0 D EB 35 48
Octal 220 226 335 43 40 0 15 353 65 110
Binary 10010000 10010110 11011101 100011 100000 0 1101 11101011 110101 1001000

Color Harmonies of #9096DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096DD

Black with #9096DD

Text Example


Text Example

White with #9096DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,150,221); }

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

background-color css

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

 a { background-color: rgb(144,150,221); }

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

border-color css

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

 span { border-color: rgb(144,150,221); }

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