#838BAE

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

Shades of Wild Blue Yonder #838BAE

Tints of Wild Blue Yonder #838BAE

Color information

#838BAE (or 0x838BAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8B and AE. RGB value is (131,139,174). Sum of RGB (Red+Green+Blue) = 131+139+174=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #838BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838BAE is #7C7451. Grayscale: #8C8C8C. Windows color (decimal): -8156242 or 11438979. OLE color: 11438979.

HSL color Cylindrical-coordinate representation of color #838BAE: hue angle of 228.84º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838BAE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131139174-
CMYK0.250.2000.32
HSL228.84º20.98%59.8%-
HSV(B)228.84º24.71%68.24%-
XYZ26.2326.3543.75-
YUV140.6146.85121.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=29.50%
G=31.31%
B=39.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311391740.250.2000.32228.8420.9859.8
Hex838BAE1914020e5153c
Octal20321325631240403452574
Binary100000111000101110101110110011010001000001110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,139,174); }

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

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

 a { background-color: rgb(131,139,174); }

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

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

 span { border-color: rgb(131,139,174); }

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