#838AD7

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

Shades of Portage #838AD7

Tints of Portage #838AD7

Color information

#838AD7 (or 0x838AD7) is unknown color: approx Portage. HEX triplet: 83, 8A and D7. RGB value is (131,138,215). Sum of RGB (Red+Green+Blue) = 131+138+215=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #838AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AD7 is #7C7528. Grayscale: #909090. Windows color (decimal): -8156457 or 14125699. OLE color: 14125699.

HSL color Cylindrical-coordinate representation of color #838AD7: hue angle of 235º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #838AD7 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131138215-
CMYK0.390.3600.16
HSL235º51.22%67.84%-
HSV(B)235º39.07%84.31%-
XYZ30.7127.9168.06-
YUV144.68167.68118.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=27.07%
G=28.51%
B=44.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311382150.390.3600.1623551.2267.84
Hex838AD72724010eb3344
Octal203212327474402035363104
Binary100000111000101011010111100111100100010000111010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838AD7; }

 p { color: rgb(131,138,215); }

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

<style>
 a { background-color: #838AD7; }

 a { background-color: rgb(131,138,215); }

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

<style>
 span { border-color: #838AD7; }

 span { border-color: rgb(131,138,215); }

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