Html Css Color HEX #8389C0 Wild Blue Yonder

📋 copy color: '#8389C0'

red 131 ◦ green 137 ◦ blue 192

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

Shades of Wild Blue Yonder #8389C0

Tints of Wild Blue Yonder #8389C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 28.48%
G = 29.78%
B = 41.74%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8389C0 (or 0x8389C0) is known color: Wild Blue Yonder. HEX triplet: 83, 89 and C0. RGB value is (131,137,192). Sum of RGB (Red+Green+Blue) = 131+137+192=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #8389C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389C0 is #7C763F. Grayscale: #8D8D8D. Windows color (decimal): -8156736 or 12618115. OLE color: 12618115.

HSL color Cylindrical-coordinate representation of color #8389C0: hue angle of 234.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8389C0 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 137 192 -
CMYK 0.32 0.29 0 0.25
HSL 234.1º 0.33% 0.63% -
HSV(B) 234.1º 0.32% 0.75% -
XYZ 27.82 26.52 53.52 -
YUV 141.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 131 137 192 0.32 0.29 0 0.25 234.1 0.33 0.63
Hex 83 89 C0 20 1D 0 19 EA 21 3F
Octal 203 211 300 40 35 0 31 352 41 77
Binary 10000011 10001001 11000000 100000 11101 0 11001 11101010 100001 111111

Color Harmonies of #8389C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389C0

Black with #8389C0

Text Example


Text Example

White with #8389C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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