#838FBA

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

Shades of Wild Blue Yonder #838FBA

Tints of Wild Blue Yonder #838FBA

Color information

#838FBA (or 0x838FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8F and BA. RGB value is (131,143,186). Sum of RGB (Red+Green+Blue) = 131+143+186=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #838FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FBA is #7C7045. Grayscale: #909090. Windows color (decimal): -8155206 or 12226435. OLE color: 12226435.

HSL color Cylindrical-coordinate representation of color #838FBA: hue angle of 226.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838FBA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131143186-
CMYK0.300.2300.27
HSL226.91º28.5%62.16%-
HSV(B)226.91º29.57%72.94%-
XYZ28.0528.0250.38-
YUV144.31151.52118.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=28.48%
G=31.09%
B=40.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311431860.300.2300.27226.9128.562.16
Hex838FBA1E1701Be31c3e
Octal20321727236270333433476
Binary10000011100011111011101011110101110110111110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,143,186); }

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

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

 a { background-color: rgb(131,143,186); }

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

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

 span { border-color: rgb(131,143,186); }

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