#838CBA

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

Shades of Wild Blue Yonder #838CBA

Tints of Wild Blue Yonder #838CBA

Color information

#838CBA (or 0x838CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8C and BA. RGB value is (131,140,186). Sum of RGB (Red+Green+Blue) = 131+140+186=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #838CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CBA is #7C7345. Grayscale: #8E8E8E. Windows color (decimal): -8155974 or 12225667. OLE color: 12225667.

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

Color convert

RGB131140186-
CMYK0.300.2500.27
HSL230.18º28.5%62.16%-
HSV(B)230.18º29.57%72.94%-
XYZ27.627.1350.24-
YUV142.55152.52119.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=28.67%
G=30.63%
B=40.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311401860.300.2500.27230.1828.562.16
Hex838CBA1E1901Be61c3e
Octal20321427236310333463476
Binary10000011100011001011101011110110010110111110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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