Html Css Color HEX #8096DF Portage

📋 copy color: '#8096DF'

red 128 ◦ green 150 ◦ blue 223

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

Shades of Portage #8096DF

Tints of Portage #8096DF

RGB

 RED value IS 128 (50.39% from 255) = 25.55%

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 25.55%
G = 29.94%
B = 44.51%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8096DF (or 0x8096DF) is known color: Portage. HEX triplet: 80, 96 and DF. RGB value is (128,150,223). Sum of RGB (Red+Green+Blue) = 128+150+223=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8096DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096DF is #7F6920. Grayscale: #979797. Windows color (decimal): -8349985 or 14653056. OLE color: 14653056.

HSL color Cylindrical-coordinate representation of color #8096DF: hue angle of 226.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8096DF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 150 223 -
CMYK 0.43 0.33 0 0.13
HSL 226.11º 0.6% 0.69% -
HSV(B) 226.11º 0.43% 0.87% -
XYZ 33.13 31.73 74.19 -
YUV 151.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 128 150 223 0.43 0.33 0 0.13 226.11 0.6 0.69
Hex 80 96 DF 2B 21 0 D E2 3C 45
Octal 200 226 337 53 41 0 15 342 74 105
Binary 10000000 10010110 11011111 101011 100001 0 1101 11100010 111100 1000101

Color Harmonies of #8096DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096DF

Black with #8096DF

Text Example


Text Example

White with #8096DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8096DF; }

 p { color: rgb(128,150,223); }

 H1.HeaderClassName
 {
   color: #8096DF;
 }
 .AnyTagClassName
 {
   color: #8096DF;
 }
</style>

background-color css

<style>
 a { background-color: #8096DF; }

 a { background-color: rgb(128,150,223); }

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

border-color css

<style>
 span { border-color: #8096DF; }

 span { border-color: rgb(128,150,223); }

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