Html Css Color HEX #8393C0 Wild Blue Yonder

📋 copy color: '#8393C0'

red 131 ◦ green 147 ◦ blue 192

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

Shades of Wild Blue Yonder #8393C0

Tints of Wild Blue Yonder #8393C0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.28%

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

R = 27.87%
G = 31.28%
B = 40.85%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8393C0 (or 0x8393C0) is known color: Wild Blue Yonder. HEX triplet: 83, 93 and C0. RGB value is (131,147,192). Sum of RGB (Red+Green+Blue) = 131+147+192=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #8393C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393C0 is #7C6C3F. Grayscale: #939393. Windows color (decimal): -8154176 or 12620675. OLE color: 12620675.

HSL color Cylindrical-coordinate representation of color #8393C0: hue angle of 224.26º 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 #8393C0 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 147 192 -
CMYK 0.32 0.23 0 0.25
HSL 224.26º 0.33% 0.63% -
HSV(B) 224.26º 0.32% 0.75% -
XYZ 29.31 29.5 54.02 -
YUV 147.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 131 147 192 0.32 0.23 0 0.25 224.26 0.33 0.63
Hex 83 93 C0 20 17 0 19 E0 21 3F
Octal 203 223 300 40 27 0 31 340 41 77
Binary 10000011 10010011 11000000 100000 10111 0 11001 11100000 100001 111111

Color Harmonies of #8393C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393C0

Black with #8393C0

Text Example


Text Example

White with #8393C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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