Html Css Color HEX #8093DC Portage

📋 copy color: '#8093DC'

red 128 ◦ green 147 ◦ blue 220

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

Shades of Portage #8093DC

Tints of Portage #8093DC

RGB

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

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

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

R = 25.86%
G = 29.7%
B = 44.44%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8093DC (or 0x8093DC) is known color: Portage. HEX triplet: 80, 93 and DC. RGB value is (128,147,220). Sum of RGB (Red+Green+Blue) = 128+147+220=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #8093DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093DC is #7F6C23. Grayscale: #959595. Windows color (decimal): -8350756 or 14455680. OLE color: 14455680.

HSL color Cylindrical-coordinate representation of color #8093DC: hue angle of 227.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8093DC is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 147 220 -
CMYK 0.42 0.33 0 0.14
HSL 227.61º 0.57% 0.68% -
HSV(B) 227.61º 0.42% 0.86% -
XYZ 32.25 30.62 71.92 -
YUV 149.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 128 147 220 0.42 0.33 0 0.14 227.61 0.57 0.68
Hex 80 93 DC 2A 21 0 E E4 39 44
Octal 200 223 334 52 41 0 16 344 71 104
Binary 10000000 10010011 11011100 101010 100001 0 1110 11100100 111001 1000100

Color Harmonies of #8093DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093DC

Black with #8093DC

Text Example


Text Example

White with #8093DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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