Html Css Color HEX #8295BB Wild Blue Yonder

📋 copy color: '#8295BB'

red 130 ◦ green 149 ◦ blue 187

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

Shades of Wild Blue Yonder #8295BB

Tints of Wild Blue Yonder #8295BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

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

R = 27.9%
G = 31.97%
B = 40.13%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8295BB (or 0x8295BB) is known color: Wild Blue Yonder. HEX triplet: 82, 95 and BB. RGB value is (130,149,187). Sum of RGB (Red+Green+Blue) = 130+149+187=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #8295BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295BB is #7D6A44. Grayscale: #939393. Windows color (decimal): -8219205 or 12293506. OLE color: 12293506.

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

Color convert

RGB 130 149 187 -
CMYK 0.30 0.20 0 0.27
HSL 220º 0.3% 0.62% -
HSV(B) 220º 0.3% 0.73% -
XYZ 28.92 29.83 51.25 -
YUV 147.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 130 149 187 0.30 0.20 0 0.27 220 0.3 0.62
Hex 82 95 BB 1E 14 0 1B DC 1E 3E
Octal 202 225 273 36 24 0 33 334 36 76
Binary 10000010 10010101 10111011 11110 10100 0 11011 11011100 11110 111110

Color Harmonies of #8295BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295BB

Black with #8295BB

Text Example


Text Example

White with #8295BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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