Html Css Color HEX #8093DD Portage

📋 copy color: '#8093DD'

red 128 ◦ green 147 ◦ blue 221

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

Shades of Portage #8093DD

Tints of Portage #8093DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 25.81%
G = 29.64%
B = 44.56%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8093DD (or 0x8093DD) is known color: Portage. HEX triplet: 80, 93 and DD. RGB value is (128,147,221). Sum of RGB (Red+Green+Blue) = 128+147+221=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8093DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093DD is #7F6C22. Grayscale: #959595. Windows color (decimal): -8350755 or 14521216. OLE color: 14521216.

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

Color convert

RGB 128 147 221 -
CMYK 0.42 0.33 0 0.13
HSL 227.74º 0.58% 0.68% -
HSV(B) 227.74º 0.42% 0.87% -
XYZ 32.39 30.68 72.62 -
YUV 149.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 128 147 221 0.42 0.33 0 0.13 227.74 0.58 0.68
Hex 80 93 DD 2A 21 0 D E4 3A 44
Octal 200 223 335 52 41 0 15 344 72 104
Binary 10000000 10010011 11011101 101010 100001 0 1101 11100100 111010 1000100

Color Harmonies of #8093DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093DD

Black with #8093DD

Text Example


Text Example

White with #8093DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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