#838ABE

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

Shades of Wild Blue Yonder #838ABE

Tints of Wild Blue Yonder #838ABE

Color information

#838ABE (or 0x838ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8A and BE. RGB value is (131,138,190). Sum of RGB (Red+Green+Blue) = 131+138+190=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #838ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ABE is #7C7541. Grayscale: #8D8D8D. Windows color (decimal): -8156482 or 12487299. OLE color: 12487299.

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

Color convert

RGB131138190-
CMYK0.310.2700.25
HSL232.88º31.22%62.94%-
HSV(B)232.88º31.05%74.51%-
XYZ27.7426.7252.41-
YUV141.84155.18120.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=28.54%
G=30.07%
B=41.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311381900.310.2700.25232.8831.2262.94
Hex838ABE1F1B019e91f3f
Octal20321227637330313513777
Binary10000011100010101011111011111110110110011110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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