#838EC0

Color #838EC0 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #838EC0

Tints of Wild Blue Yonder #838EC0

Color information

#838EC0 (or 0x838EC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8E and C0. RGB value is (131,142,192). Sum of RGB (Red+Green+Blue) = 131+142+192=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #838EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EC0 is #7C713F. Grayscale: #909090. Windows color (decimal): -8155456 or 12619395. OLE color: 12619395.

HSL color Cylindrical-coordinate representation of color #838EC0: hue angle of 229.18º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838EC0 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131142192-
CMYK0.320.2600.25
HSL229.18º32.62%63.33%-
HSV(B)229.18º31.77%75.29%-
XYZ28.5527.9853.76-
YUV144.41154.86118.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=28.17%
G=30.54%
B=41.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311421920.320.2600.25229.1832.6263.33
Hex838EC0201A019e5213f
Octal20321630040320313454177
Binary1000001110001110110000001000001101001100111100101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,192); }

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

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

 a { background-color: rgb(131,142,192); }

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

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

 span { border-color: rgb(131,142,192); }

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