Html Css Color HEX #8389C6 Wild Blue Yonder

📋 copy color: '#8389C6'

red 131 ◦ green 137 ◦ blue 198

#8389C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #8389C6

Tints of Wild Blue Yonder #8389C6

RGB

 RED value IS 131 (51.56% from 255) = 28.11%

 GREEN value IS 137 (53.91% from 255) = 29.4%

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 28.11%
G = 29.4%
B = 42.49%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8389C6 (or 0x8389C6) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and C6. RGB value is (131,137,198). Sum of RGB (Red+Green+Blue) = 131+137+198=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #8389C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389C6 is #7C7639. Grayscale: #8D8D8D. Windows color (decimal): -8156730 or 13011331. OLE color: 13011331.

HSL color Cylindrical-coordinate representation of color #8389C6: hue angle of 234.63º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8389C6 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 137 198 -
CMYK 0.34 0.31 0 0.22
HSL 234.63º 0.37% 0.65% -
HSV(B) 234.63º 0.34% 0.78% -
XYZ 28.5 26.79 57.1 -
YUV 142.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 131 137 198 0.34 0.31 0 0.22 234.63 0.37 0.65
Hex 83 89 C6 22 1F 0 16 EB 25 41
Octal 203 211 306 42 37 0 26 353 45 101
Binary 10000011 10001001 11000110 100010 11111 0 10110 11101011 100101 1000001

Color Harmonies of #8389C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389C6

Black with #8389C6

Text Example


Text Example

White with #8389C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8389C6; }

 p { color: rgb(131,137,198); }

 H1.HeaderClassName
 {
   color: #8389C6;
 }
 .AnyTagClassName
 {
   color: #8389C6;
 }
</style>

background-color css

<style>
 a { background-color: #8389C6; }

 a { background-color: rgb(131,137,198); }

 div.DivClassName
 {
   background-color: #8389C6;
 }
 .BgClassName
 {
   background-color: #8389C6;
 }
</style>

border-color css

<style>
 span { border-color: #8389C6; }

 span { border-color: rgb(131,137,198); }

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