Html Css Color HEX #9096DC Portage

📋 copy color: '#9096DC'

red 144 ◦ green 150 ◦ blue 220

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

Shades of Portage #9096DC

Tints of Portage #9096DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 28.02%
G = 29.18%
B = 42.8%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9096DC (or 0x9096DC) is known color: Portage. HEX triplet: 90, 96 and DC. RGB value is (144,150,220). Sum of RGB (Red+Green+Blue) = 144+150+220=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9096DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096DC is #6F6923. Grayscale: #9B9B9B. Windows color (decimal): -7301412 or 14456464. OLE color: 14456464.

HSL color Cylindrical-coordinate representation of color #9096DC: hue angle of 235.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9096DC is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 150 220 -
CMYK 0.35 0.32 0 0.14
HSL 235.26º 0.52% 0.71% -
HSV(B) 235.26º 0.35% 0.86% -
XYZ 35.33 32.91 72.2 -
YUV 156.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 144 150 220 0.35 0.32 0 0.14 235.26 0.52 0.71
Hex 90 96 DC 23 20 0 E EB 34 47
Octal 220 226 334 43 40 0 16 353 64 107
Binary 10010000 10010110 11011100 100011 100000 0 1110 11101011 110100 1000111

Color Harmonies of #9096DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096DC

Black with #9096DC

Text Example


Text Example

White with #9096DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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