Html Css Color HEX #8288BB Wild Blue Yonder

📋 copy color: '#8288BB'

red 130 ◦ green 136 ◦ blue 187

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

Shades of Wild Blue Yonder #8288BB

Tints of Wild Blue Yonder #8288BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 28.7%
G = 30.02%
B = 41.28%

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

#8288BB (or 0x8288BB) is known color: Wild Blue Yonder. HEX triplet: 82, 88 and BB. RGB value is (130,136,187). Sum of RGB (Red+Green+Blue) = 130+136+187=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #8288BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288BB is #7D7744. Grayscale: #8B8B8B. Windows color (decimal): -8222533 or 12290178. OLE color: 12290178.

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

Color convert

RGB 130 136 187 -
CMYK 0.30 0.27 0 0.27
HSL 233.68º 0.3% 0.62% -
HSV(B) 233.68º 0.3% 0.73% -
XYZ 26.98 25.94 50.6 -
YUV 140.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 130 136 187 0.30 0.27 0 0.27 233.68 0.3 0.62
Hex 82 88 BB 1E 1B 0 1B EA 1E 3E
Octal 202 210 273 36 33 0 33 352 36 76
Binary 10000010 10001000 10111011 11110 11011 0 11011 11101010 11110 111110

Color Harmonies of #8288BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288BB

Black with #8288BB

Text Example


Text Example

White with #8288BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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