Html Css Color HEX #8390BE Wild Blue Yonder

📋 copy color: '#8390BE'

red 131 ◦ green 144 ◦ blue 190

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

Shades of Wild Blue Yonder #8390BE

Tints of Wild Blue Yonder #8390BE

RGB

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

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

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

R = 28.17%
G = 30.97%
B = 40.86%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8390BE (or 0x8390BE) is known color: Wild Blue Yonder. HEX triplet: 83, 90 and BE. RGB value is (131,144,190). Sum of RGB (Red+Green+Blue) = 131+144+190=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8390BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390BE is #7C6F41. Grayscale: #919191. Windows color (decimal): -8154946 or 12488835. OLE color: 12488835.

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

Color convert

RGB 131 144 190 -
CMYK 0.31 0.24 0 0.25
HSL 226.78º 0.31% 0.63% -
HSV(B) 226.78º 0.31% 0.75% -
XYZ 28.63 28.49 52.71 -
YUV 145.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 131 144 190 0.31 0.24 0 0.25 226.78 0.31 0.63
Hex 83 90 BE 1F 18 0 19 E3 1F 3F
Octal 203 220 276 37 30 0 31 343 37 77
Binary 10000011 10010000 10111110 11111 11000 0 11001 11100011 11111 111111

Color Harmonies of #8390BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390BE

Black with #8390BE

Text Example


Text Example

White with #8390BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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