Html Css Color HEX #9096E0 Portage

📋 copy color: '#9096E0'

red 144 ◦ green 150 ◦ blue 224

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

Shades of Portage #9096E0

Tints of Portage #9096E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 27.8%
G = 28.96%
B = 43.24%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9096E0 (or 0x9096E0) is known color: Portage. HEX triplet: 90, 96 and E0. RGB value is (144,150,224). Sum of RGB (Red+Green+Blue) = 144+150+224=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #9096E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096E0 is #6F691F. Grayscale: #9C9C9C. Windows color (decimal): -7301408 or 14718608. OLE color: 14718608.

HSL color Cylindrical-coordinate representation of color #9096E0: hue angle of 235.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9096E0 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 150 224 -
CMYK 0.36 0.33 0 0.12
HSL 235.5º 0.56% 0.72% -
HSV(B) 235.5º 0.36% 0.88% -
XYZ 35.86 33.12 75.02 -
YUV 156.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 144 150 224 0.36 0.33 0 0.12 235.5 0.56 0.72
Hex 90 96 E0 24 21 0 C EC 38 48
Octal 220 226 340 44 41 0 14 354 70 110
Binary 10010000 10010110 11100000 100100 100001 0 1100 11101100 111000 1001000

Color Harmonies of #9096E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096E0

Black with #9096E0

Text Example


Text Example

White with #9096E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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