Html Css Color HEX #8093CE Portage

📋 copy color: '#8093CE'

red 128 ◦ green 147 ◦ blue 206

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

Shades of Portage #8093CE

Tints of Portage #8093CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 26.61%
G = 30.56%
B = 42.83%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8093CE (or 0x8093CE) is known color: Portage. HEX triplet: 80, 93 and CE. RGB value is (128,147,206). Sum of RGB (Red+Green+Blue) = 128+147+206=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #8093CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093CE is #7F6C31. Grayscale: #939393. Windows color (decimal): -8350770 or 13538176. OLE color: 13538176.

HSL color Cylindrical-coordinate representation of color #8093CE: hue angle of 225.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8093CE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 147 206 -
CMYK 0.38 0.29 0 0.19
HSL 225.38º 0.44% 0.65% -
HSV(B) 225.38º 0.38% 0.81% -
XYZ 30.48 29.91 62.56 -
YUV 148.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 128 147 206 0.38 0.29 0 0.19 225.38 0.44 0.65
Hex 80 93 CE 26 1D 0 13 E1 2C 41
Octal 200 223 316 46 35 0 23 341 54 101
Binary 10000000 10010011 11001110 100110 11101 0 10011 11100001 101100 1000001

Color Harmonies of #8093CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093CE

Black with #8093CE

Text Example


Text Example

White with #8093CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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