Html Css Color HEX #8390BA Wild Blue Yonder

📋 copy color: '#8390BA'

red 131 ◦ green 144 ◦ blue 186

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

Shades of Wild Blue Yonder #8390BA

Tints of Wild Blue Yonder #8390BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 28.42%
G = 31.24%
B = 40.35%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8390BA (or 0x8390BA) is known color: Wild Blue Yonder. HEX triplet: 83, 90 and BA. RGB value is (131,144,186). Sum of RGB (Red+Green+Blue) = 131+144+186=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #8390BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390BA is #7C6F45. Grayscale: #909090. Windows color (decimal): -8154950 or 12226691. OLE color: 12226691.

HSL color Cylindrical-coordinate representation of color #8390BA: hue angle of 225.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8390BA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 144 186 -
CMYK 0.30 0.23 0 0.27
HSL 225.82º 0.28% 0.62% -
HSV(B) 225.82º 0.3% 0.73% -
XYZ 28.2 28.32 50.43 -
YUV 144.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 131 144 186 0.30 0.23 0 0.27 225.82 0.28 0.62
Hex 83 90 BA 1E 17 0 1B E2 1C 3E
Octal 203 220 272 36 27 0 33 342 34 76
Binary 10000011 10010000 10111010 11110 10111 0 11011 11100010 11100 111110

Color Harmonies of #8390BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390BA

Black with #8390BA

Text Example


Text Example

White with #8390BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8390BA; }

 p { color: rgb(131,144,186); }

 H1.HeaderClassName
 {
   color: #8390BA;
 }
 .AnyTagClassName
 {
   color: #8390BA;
 }
</style>

background-color css

<style>
 a { background-color: #8390BA; }

 a { background-color: rgb(131,144,186); }

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

border-color css

<style>
 span { border-color: #8390BA; }

 span { border-color: rgb(131,144,186); }

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