#838ABA

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

Shades of Wild Blue Yonder #838ABA

Tints of Wild Blue Yonder #838ABA

Color information

#838ABA (or 0x838ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8A and BA. RGB value is (131,138,186). Sum of RGB (Red+Green+Blue) = 131+138+186=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #838ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ABA is #7C7545. Grayscale: #8D8D8D. Windows color (decimal): -8156486 or 12225155. OLE color: 12225155.

HSL color Cylindrical-coordinate representation of color #838ABA: hue angle of 232.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838ABA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131138186-
CMYK0.300.2600.27
HSL232.36º28.5%62.16%-
HSV(B)232.36º29.57%72.94%-
XYZ27.3126.5550.14-
YUV141.38153.18120.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=28.79%
G=30.33%
B=40.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311381860.300.2600.27232.3628.562.16
Hex838ABA1E1A01Be81c3e
Octal20321227236320333503476
Binary10000011100010101011101011110110100110111110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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