#838BC0

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

Shades of Wild Blue Yonder #838BC0

Tints of Wild Blue Yonder #838BC0

Color information

#838BC0 (or 0x838BC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8B and C0. RGB value is (131,139,192). Sum of RGB (Red+Green+Blue) = 131+139+192=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #838BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BC0 is #7C743F. Grayscale: #8E8E8E. Windows color (decimal): -8156224 or 12618627. OLE color: 12618627.

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

Color convert

RGB131139192-
CMYK0.320.2800.25
HSL232.13º32.62%63.33%-
HSV(B)232.13º31.77%75.29%-
XYZ28.1127.153.62-
YUV142.65155.85119.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 192 (75.39% from 255) = 41.56%
R=28.35%
G=30.09%
B=41.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311391920.320.2800.25232.1332.6263.33
Hex838BC0201C019e8213f
Octal20321330040340313504177
Binary1000001110001011110000001000001110001100111101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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