#8384AF

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

Shades of Wild Blue Yonder #8384AF

Tints of Wild Blue Yonder #8384AF

Color information

#8384AF (or 0x8384AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 84 and AF. RGB value is (131,132,175). Sum of RGB (Red+Green+Blue) = 131+132+175=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #8384AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384AF is #7C7B50. Grayscale: #888888. Windows color (decimal): -8158033 or 11502723. OLE color: 11502723.

HSL color Cylindrical-coordinate representation of color #8384AF: hue angle of 238.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8384AF is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131132175-
CMYK0.250.2500.31
HSL238.64º21.57%60%-
HSV(B)238.64º25.14%68.63%-
XYZ25.3524.4243.94-
YUV136.6149.67124-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=29.91%
G=30.14%
B=39.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311321750.250.2500.31238.6421.5760
Hex8384AF191901Fef163c
Octal20320425731310373572674
Binary10000011100001001010111111001110010111111110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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