#838BBC

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

Shades of Wild Blue Yonder #838BBC

Tints of Wild Blue Yonder #838BBC

Color information

#838BBC (or 0x838BBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8B and BC. RGB value is (131,139,188). Sum of RGB (Red+Green+Blue) = 131+139+188=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #838BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BBC is #7C7443. Grayscale: #8D8D8D. Windows color (decimal): -8156228 or 12356483. OLE color: 12356483.

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

Color convert

RGB131139188-
CMYK0.300.2600.26
HSL231.58º29.84%62.55%-
HSV(B)231.58º30.32%73.73%-
XYZ27.6726.9251.31-
YUV142.19153.85120.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.60%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=28.60%
G=30.35%
B=41.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311391880.300.2600.26231.5829.8462.55
Hex838BBC1E1A01Ae81e3f
Octal20321327436320323503677
Binary10000011100010111011110011110110100110101110100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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