#838AAF

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

Shades of Wild Blue Yonder #838AAF

Tints of Wild Blue Yonder #838AAF

Color information

#838AAF (or 0x838AAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8A and AF. RGB value is (131,138,175). Sum of RGB (Red+Green+Blue) = 131+138+175=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #838AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AAF is #7C7550. Grayscale: #8B8B8B. Windows color (decimal): -8156497 or 11504259. OLE color: 11504259.

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

Color convert

RGB131138175-
CMYK0.250.2100.31
HSL230.45º21.57%60%-
HSV(B)230.45º25.14%68.63%-
XYZ26.1926.144.21-
YUV140.12147.68121.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=29.50%
G=31.08%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311381750.250.2100.31230.4521.5760
Hex838AAF191501Fe6163c
Octal20321225731250373462674
Binary10000011100010101010111111001101010111111110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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