Html Css Color HEX #8193CE Portage

📋 copy color: '#8193CE'

red 129 ◦ green 147 ◦ blue 206

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

Shades of Portage #8193CE

Tints of Portage #8193CE

RGB

 RED value IS 129 (50.78% from 255) = 26.76%

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

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

R = 26.76%
G = 30.5%
B = 42.74%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8193CE (or 0x8193CE) is known color: Portage. HEX triplet: 81, 93 and CE. RGB value is (129,147,206). Sum of RGB (Red+Green+Blue) = 129+147+206=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #8193CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193CE is #7E6C31. Grayscale: #949494. Windows color (decimal): -8285234 or 13538177. OLE color: 13538177.

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

Color convert

RGB 129 147 206 -
CMYK 0.37 0.29 0 0.19
HSL 225.97º 0.44% 0.66% -
HSV(B) 225.97º 0.37% 0.81% -
XYZ 30.63 29.99 62.57 -
YUV 148.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 129 147 206 0.37 0.29 0 0.19 225.97 0.44 0.66
Hex 81 93 CE 25 1D 0 13 E2 2C 42
Octal 201 223 316 45 35 0 23 342 54 102
Binary 10000001 10010011 11001110 100101 11101 0 10011 11100010 101100 1000010

Color Harmonies of #8193CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8193CE

Black with #8193CE

Text Example


Text Example

White with #8193CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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