#8387C1

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

Shades of Wild Blue Yonder #8387C1

Tints of Wild Blue Yonder #8387C1

Color information

#8387C1 (or 0x8387C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 87 and C1. RGB value is (131,135,193). Sum of RGB (Red+Green+Blue) = 131+135+193=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #8387C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387C1 is #7C783E. Grayscale: #8C8C8C. Windows color (decimal): -8157247 or 12683139. OLE color: 12683139.

HSL color Cylindrical-coordinate representation of color #8387C1: hue angle of 236.13º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8387C1 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB131135193-
CMYK0.320.3000.24
HSL236.13º33.33%63.53%-
HSV(B)236.13º32.12%75.69%-
XYZ27.652654.01-
YUV140.42157.67121.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=28.54%
G=29.41%
B=42.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311351930.320.3000.24236.1333.3363.53
Hex8387C1201E018ec2140
Octal203207301403603035441100
Binary10000011100001111100000110000011110011000111011001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8387C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8387C1; }

 p { color: rgb(131,135,193); }

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

<style>
 a { background-color: #8387C1; }

 a { background-color: rgb(131,135,193); }

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

<style>
 span { border-color: #8387C1; }

 span { border-color: rgb(131,135,193); }

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