#838FBC

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

Shades of Wild Blue Yonder #838FBC

Tints of Wild Blue Yonder #838FBC

Color information

#838FBC (or 0x838FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8F and BC. RGB value is (131,143,188). Sum of RGB (Red+Green+Blue) = 131+143+188=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #838FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FBC is #7C7043. Grayscale: #909090. Windows color (decimal): -8155204 or 12357507. OLE color: 12357507.

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

Color convert

RGB131143188-
CMYK0.300.2400.26
HSL227.37º29.84%62.55%-
HSV(B)227.37º30.32%73.73%-
XYZ28.2628.151.51-
YUV144.54152.52118.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=28.35%
G=30.95%
B=40.69%

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
Decimal1311431880.300.2400.26227.3729.8462.55
Hex838FBC1E1801Ae31e3f
Octal20321727436300323433677
Binary10000011100011111011110011110110000110101110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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