#8384B2

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

Shades of Wild Blue Yonder #8384B2

Tints of Wild Blue Yonder #8384B2

Color information

#8384B2 (or 0x8384B2) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 84 and B2. RGB value is (131,132,178). Sum of RGB (Red+Green+Blue) = 131+132+178=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 178 - color contains mainly: blue. Hex color #8384B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384B2 is #7C7B4D. Grayscale: #888888. Windows color (decimal): -8158030 or 11699331. OLE color: 11699331.

HSL color Cylindrical-coordinate representation of color #8384B2: hue angle of 238.72º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8384B2 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB131132178-
CMYK0.260.2600.30
HSL238.72º23.38%60.59%-
HSV(B)238.72º26.4%69.8%-
XYZ25.6524.5445.5-
YUV136.94151.17123.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=29.71%
G=29.93%
B=40.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311321780.260.2600.30238.7223.3860.59
Hex8384B21A1A01Eef173d
Octal20320426232320363572775
Binary10000011100001001011001011010110100111101110111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8384B2; }

 p { color: rgb(131,132,178); }

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

<style>
 a { background-color: #8384B2; }

 a { background-color: rgb(131,132,178); }

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

<style>
 span { border-color: #8384B2; }

 span { border-color: rgb(131,132,178); }

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