Html Css Color HEX #8390BF Wild Blue Yonder

📋 copy color: '#8390BF'

red 131 ◦ green 144 ◦ blue 191

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

Shades of Wild Blue Yonder #8390BF

Tints of Wild Blue Yonder #8390BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 28.11%
G = 30.9%
B = 40.99%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8390BF (or 0x8390BF) is known color: Wild Blue Yonder. HEX triplet: 83, 90 and BF. RGB value is (131,144,191). Sum of RGB (Red+Green+Blue) = 131+144+191=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #8390BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390BF is #7C6F40. Grayscale: #919191. Windows color (decimal): -8154945 or 12554371. OLE color: 12554371.

HSL color Cylindrical-coordinate representation of color #8390BF: hue angle of 227º degrees, saturation: 0.32, 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 #8390BF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 144 191 -
CMYK 0.31 0.25 0 0.25
HSL 227º 0.32% 0.63% -
HSV(B) 227º 0.31% 0.75% -
XYZ 28.74 28.53 53.28 -
YUV 145.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 131 144 191 0.31 0.25 0 0.25 227 0.32 0.63
Hex 83 90 BF 1F 19 0 19 E3 20 3F
Octal 203 220 277 37 31 0 31 343 40 77
Binary 10000011 10010000 10111111 11111 11001 0 11001 11100011 100000 111111

Color Harmonies of #8390BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390BF

Black with #8390BF

Text Example


Text Example

White with #8390BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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