Html Css Color HEX #8393BE Wild Blue Yonder

📋 copy color: '#8393BE'

red 131 ◦ green 147 ◦ blue 190

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

Shades of Wild Blue Yonder #8393BE

Tints of Wild Blue Yonder #8393BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 27.99%
G = 31.41%
B = 40.6%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8393BE (or 0x8393BE) is known color: Wild Blue Yonder. HEX triplet: 83, 93 and BE. RGB value is (131,147,190). Sum of RGB (Red+Green+Blue) = 131+147+190=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8393BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393BE is #7C6C41. Grayscale: #929292. Windows color (decimal): -8154178 or 12489603. OLE color: 12489603.

HSL color Cylindrical-coordinate representation of color #8393BE: hue angle of 223.73º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8393BE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 147 190 -
CMYK 0.31 0.23 0 0.25
HSL 223.73º 0.31% 0.63% -
HSV(B) 223.73º 0.31% 0.75% -
XYZ 29.09 29.41 52.86 -
YUV 147.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 131 147 190 0.31 0.23 0 0.25 223.73 0.31 0.63
Hex 83 93 BE 1F 17 0 19 E0 1F 3F
Octal 203 223 276 37 27 0 31 340 37 77
Binary 10000011 10010011 10111110 11111 10111 0 11001 11100000 11111 111111

Color Harmonies of #8393BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393BE

Black with #8393BE

Text Example


Text Example

White with #8393BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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