#8193CF

Color #8193CF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8193CF

Tints of Portage #8193CF

Color information

#8193CF (or 0x8193CF) is unknown color: approx Portage. HEX triplet: 81, 93 and CF. RGB value is (129,147,207). Sum of RGB (Red+Green+Blue) = 129+147+207=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #8193CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193CF is #7E6C30. Grayscale: #949494. Windows color (decimal): -8285233 or 13603713. OLE color: 13603713.

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

Color convert

RGB129147207-
CMYK0.380.2900.19
HSL226.15º44.83%65.88%-
HSV(B)226.15º37.68%81.18%-
XYZ30.7530.0463.21-
YUV148.46161.04114.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=26.71%
G=30.43%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291472070.380.2900.19226.1544.8365.88
Hex8193CF261D013e22d42
Octal201223317463502334255102
Binary10000001100100111100111110011011101010011111000101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8193CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8193CF;
 }
 .AnyTagClassName
 {
   color: #8193CF;
 }
</style>
background-color css

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

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

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

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

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

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