Html Css Color HEX #8290B9 Wild Blue Yonder

📋 copy color: '#8290B9'

red 130 ◦ green 144 ◦ blue 185

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

Shades of Wild Blue Yonder #8290B9

Tints of Wild Blue Yonder #8290B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 28.32%
G = 31.37%
B = 40.31%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8290B9 (or 0x8290B9) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and B9. RGB value is (130,144,185). Sum of RGB (Red+Green+Blue) = 130+144+185=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #8290B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290B9 is #7D6F46. Grayscale: #909090. Windows color (decimal): -8220487 or 12161154. OLE color: 12161154.

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

Color convert

RGB 130 144 185 -
CMYK 0.30 0.22 0 0.27
HSL 224.73º 0.28% 0.62% -
HSV(B) 224.73º 0.3% 0.73% -
XYZ 27.94 28.2 49.87 -
YUV 144.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 130 144 185 0.30 0.22 0 0.27 224.73 0.28 0.62
Hex 82 90 B9 1E 16 0 1B E1 1C 3E
Octal 202 220 271 36 26 0 33 341 34 76
Binary 10000010 10010000 10111001 11110 10110 0 11011 11100001 11100 111110

Color Harmonies of #8290B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290B9

Black with #8290B9

Text Example


Text Example

White with #8290B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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