#838EBC

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

Shades of Wild Blue Yonder #838EBC

Tints of Wild Blue Yonder #838EBC

Color information

#838EBC (or 0x838EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8E and BC. RGB value is (131,142,188). Sum of RGB (Red+Green+Blue) = 131+142+188=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #838EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EBC is #7C7143. Grayscale: #8F8F8F. Windows color (decimal): -8155460 or 12357251. OLE color: 12357251.

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

Color convert

RGB131142188-
CMYK0.300.2400.26
HSL228.42º29.84%62.55%-
HSV(B)228.42º30.32%73.73%-
XYZ28.1127.851.46-
YUV143.95152.86118.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=28.42%
G=30.80%
B=40.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311421880.300.2400.26228.4229.8462.55
Hex838EBC1E1801Ae41e3f
Octal20321627436300323443677
Binary10000011100011101011110011110110000110101110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,188); }

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

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

 a { background-color: rgb(131,142,188); }

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

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

 span { border-color: rgb(131,142,188); }

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