Html Css Color HEX #8289BA Wild Blue Yonder

📋 copy color: '#8289BA'

red 130 ◦ green 137 ◦ blue 186

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

Shades of Wild Blue Yonder #8289BA

Tints of Wild Blue Yonder #8289BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.24%

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

R = 28.7%
G = 30.24%
B = 41.06%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8289BA (or 0x8289BA) is known color: Wild Blue Yonder. HEX triplet: 82, 89 and BA. RGB value is (130,137,186). Sum of RGB (Red+Green+Blue) = 130+137+186=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8289BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289BA is #7D7645. Grayscale: #8C8C8C. Windows color (decimal): -8222278 or 12224898. OLE color: 12224898.

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

Color convert

RGB 130 137 186 -
CMYK 0.30 0.26 0 0.27
HSL 232.5º 0.29% 0.62% -
HSV(B) 232.5º 0.3% 0.73% -
XYZ 27.01 26.18 50.08 -
YUV 140.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 130 137 186 0.30 0.26 0 0.27 232.5 0.29 0.62
Hex 82 89 BA 1E 1A 0 1B E8 1D 3E
Octal 202 211 272 36 32 0 33 350 35 76
Binary 10000010 10001001 10111010 11110 11010 0 11011 11101000 11101 111110

Color Harmonies of #8289BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8289BA

Black with #8289BA

Text Example


Text Example

White with #8289BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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