#838BBF

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

Shades of Wild Blue Yonder #838BBF

Tints of Wild Blue Yonder #838BBF

Color information

#838BBF (or 0x838BBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8B and BF. RGB value is (131,139,191). Sum of RGB (Red+Green+Blue) = 131+139+191=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #838BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BBF is #7C7440. Grayscale: #8E8E8E. Windows color (decimal): -8156225 or 12553091. OLE color: 12553091.

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

Color convert

RGB131139191-
CMYK0.310.2700.25
HSL232º31.91%63.14%-
HSV(B)232º31.41%74.9%-
XYZ2827.0553.04-
YUV142.54155.35119.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 191 (75% from 255) = 41.43%
R=28.42%
G=30.15%
B=41.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311391910.310.2700.2523231.9163.14
Hex838BBF1F1B019e8203f
Octal20321327737330313504077
Binary100000111000101110111111111111101101100111101000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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