Html Css Color HEX #8093D1 Portage

📋 copy color: '#8093D1'

red 128 ◦ green 147 ◦ blue 209

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

Shades of Portage #8093D1

Tints of Portage #8093D1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 26.45%
G = 30.37%
B = 43.18%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8093D1 (or 0x8093D1) is known color: Portage. HEX triplet: 80, 93 and D1. RGB value is (128,147,209). Sum of RGB (Red+Green+Blue) = 128+147+209=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #8093D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093D1 is #7F6C2E. Grayscale: #949494. Windows color (decimal): -8350767 or 13734784. OLE color: 13734784.

HSL color Cylindrical-coordinate representation of color #8093D1: hue angle of 225.93º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8093D1 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 147 209 -
CMYK 0.39 0.30 0 0.18
HSL 225.93º 0.47% 0.66% -
HSV(B) 225.93º 0.39% 0.82% -
XYZ 30.84 30.06 64.5 -
YUV 148.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 128 147 209 0.39 0.30 0 0.18 225.93 0.47 0.66
Hex 80 93 D1 27 1E 0 12 E2 2F 42
Octal 200 223 321 47 36 0 22 342 57 102
Binary 10000000 10010011 11010001 100111 11110 0 10010 11100010 101111 1000010

Color Harmonies of #8093D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093D1

Black with #8093D1

Text Example


Text Example

White with #8093D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8093D1; }

 p { color: rgb(128,147,209); }

 H1.HeaderClassName
 {
   color: #8093D1;
 }
 .AnyTagClassName
 {
   color: #8093D1;
 }
</style>

background-color css

<style>
 a { background-color: #8093D1; }

 a { background-color: rgb(128,147,209); }

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

border-color css

<style>
 span { border-color: #8093D1; }

 span { border-color: rgb(128,147,209); }

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