#8183BC

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

Shades of Wild Blue Yonder #8183BC

Tints of Wild Blue Yonder #8183BC

Color information

#8183BC (or 0x8183BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 83 and BC. RGB value is (129,131,188). Sum of RGB (Red+Green+Blue) = 129+131+188=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #8183BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183BC is #7E7C43. Grayscale: #888888. Windows color (decimal): -8289348 or 12354433. OLE color: 12354433.

HSL color Cylindrical-coordinate representation of color #8183BC: hue angle of 237.97º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8183BC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129131188-
CMYK0.310.3000.26
HSL237.97º30.57%62.16%-
HSV(B)237.97º31.38%73.73%-
XYZ26.2524.5350.93-
YUV136.9156.84122.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=28.79%
G=29.24%
B=41.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291311880.310.3000.26237.9730.5762.16
Hex8183BC1F1E01Aee1f3e
Octal20120327437360323563776
Binary10000001100000111011110011111111100110101110111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8183BC; }

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

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

<style>
 a { background-color: #8183BC; }

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

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

<style>
 span { border-color: #8183BC; }

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

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