#838CBC

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

Shades of Wild Blue Yonder #838CBC

Tints of Wild Blue Yonder #838CBC

Color information

#838CBC (or 0x838CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8C and BC. RGB value is (131,140,188). Sum of RGB (Red+Green+Blue) = 131+140+188=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #838CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CBC is #7C7343. Grayscale: #8E8E8E. Windows color (decimal): -8155972 or 12356739. OLE color: 12356739.

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

Color convert

RGB131140188-
CMYK0.300.2600.26
HSL230.53º29.84%62.55%-
HSV(B)230.53º30.32%73.73%-
XYZ27.8227.2151.36-
YUV142.78153.52119.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=28.54%
G=30.50%
B=40.96%

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
Decimal1311401880.300.2600.26230.5329.8462.55
Hex838CBC1E1A01Ae71e3f
Octal20321427436320323473677
Binary10000011100011001011110011110110100110101110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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