Html Css Color HEX #8288BA Wild Blue Yonder

📋 copy color: '#8288BA'

red 130 ◦ green 136 ◦ blue 186

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

Shades of Wild Blue Yonder #8288BA

Tints of Wild Blue Yonder #8288BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

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

R = 28.76%
G = 30.09%
B = 41.15%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8288BA (or 0x8288BA) is known color: Wild Blue Yonder. HEX triplet: 82, 88 and BA. RGB value is (130,136,186). Sum of RGB (Red+Green+Blue) = 130+136+186=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8288BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288BA is #7D7745. Grayscale: #8B8B8B. Windows color (decimal): -8222534 or 12224642. OLE color: 12224642.

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

Color convert

RGB 130 136 186 -
CMYK 0.30 0.27 0 0.27
HSL 233.57º 0.29% 0.62% -
HSV(B) 233.57º 0.3% 0.73% -
XYZ 26.87 25.9 50.04 -
YUV 139.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 130 136 186 0.30 0.27 0 0.27 233.57 0.29 0.62
Hex 82 88 BA 1E 1B 0 1B EA 1D 3E
Octal 202 210 272 36 33 0 33 352 35 76
Binary 10000010 10001000 10111010 11110 11011 0 11011 11101010 11101 111110

Color Harmonies of #8288BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288BA

Black with #8288BA

Text Example


Text Example

White with #8288BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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