Html Css Color HEX #8290BA Wild Blue Yonder

📋 copy color: '#8290BA'

red 130 ◦ green 144 ◦ blue 186

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

Shades of Wild Blue Yonder #8290BA

Tints of Wild Blue Yonder #8290BA

RGB

 RED value IS 130 (51.17% from 255) = 28.26%

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

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

R = 28.26%
G = 31.3%
B = 40.43%

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

#8290BA (or 0x8290BA) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and BA. RGB value is (130,144,186). Sum of RGB (Red+Green+Blue) = 130+144+186=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #8290BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290BA is #7D6F45. Grayscale: #909090. Windows color (decimal): -8220486 or 12226690. OLE color: 12226690.

HSL color Cylindrical-coordinate representation of color #8290BA: hue angle of 225º degrees, saturation: 0.29, 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 #8290BA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 144 186 -
CMYK 0.30 0.23 0 0.27
HSL 225º 0.29% 0.62% -
HSV(B) 225º 0.3% 0.73% -
XYZ 28.04 28.24 50.43 -
YUV 144.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 130 144 186 0.30 0.23 0 0.27 225 0.29 0.62
Hex 82 90 BA 1E 17 0 1B E1 1D 3E
Octal 202 220 272 36 27 0 33 341 35 76
Binary 10000010 10010000 10111010 11110 10111 0 11011 11100001 11101 111110

Color Harmonies of #8290BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290BA

Black with #8290BA

Text Example


Text Example

White with #8290BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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