#838EBE

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

Shades of Wild Blue Yonder #838EBE

Tints of Wild Blue Yonder #838EBE

Color information

#838EBE (or 0x838EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8E and BE. RGB value is (131,142,190). Sum of RGB (Red+Green+Blue) = 131+142+190=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #838EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EBE is #7C7141. Grayscale: #8F8F8F. Windows color (decimal): -8155458 or 12488323. OLE color: 12488323.

HSL color Cylindrical-coordinate representation of color #838EBE: hue angle of 228.81º 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 #838EBE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131142190-
CMYK0.310.2500.25
HSL228.81º31.22%62.94%-
HSV(B)228.81º31.05%74.51%-
XYZ28.3327.8952.61-
YUV144.18153.86118.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.29%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=28.29%
G=30.67%
B=41.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311421900.310.2500.25228.8131.2262.94
Hex838EBE1F19019e51f3f
Octal20321627637310313453777
Binary10000011100011101011111011111110010110011110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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