#838ABD

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

Shades of Wild Blue Yonder #838ABD

Tints of Wild Blue Yonder #838ABD

Color information

#838ABD (or 0x838ABD) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8A and BD. RGB value is (131,138,189). Sum of RGB (Red+Green+Blue) = 131+138+189=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #838ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ABD is #7C7542. Grayscale: #8D8D8D. Windows color (decimal): -8156483 or 12421763. OLE color: 12421763.

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

Color convert

RGB131138189-
CMYK0.310.2700.26
HSL232.76º30.53%62.75%-
HSV(B)232.76º30.69%74.12%-
XYZ27.6326.6851.84-
YUV141.72154.68120.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.60%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=28.60%
G=30.13%
B=41.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311381890.310.2700.26232.7630.5362.75
Hex838ABD1F1B01Ae91f3f
Octal20321227537330323513777
Binary10000011100010101011110111111110110110101110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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