Html Css Color HEX #8295B9 Wild Blue Yonder

📋 copy color: '#8295B9'

red 130 ◦ green 149 ◦ blue 185

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

Shades of Wild Blue Yonder #8295B9

Tints of Wild Blue Yonder #8295B9

RGB

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

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

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

R = 28.02%
G = 32.11%
B = 39.87%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8295B9 (or 0x8295B9) is known color: Wild Blue Yonder. HEX triplet: 82, 95 and B9. RGB value is (130,149,185). Sum of RGB (Red+Green+Blue) = 130+149+185=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #8295B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295B9 is #7D6A46. Grayscale: #939393. Windows color (decimal): -8219207 or 12162434. OLE color: 12162434.

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

Color convert

RGB 130 149 185 -
CMYK 0.30 0.19 0 0.27
HSL 219.27º 0.28% 0.62% -
HSV(B) 219.27º 0.3% 0.73% -
XYZ 28.71 29.74 50.13 -
YUV 147.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 130 149 185 0.30 0.19 0 0.27 219.27 0.28 0.62
Hex 82 95 B9 1E 13 0 1B DB 1C 3E
Octal 202 225 271 36 23 0 33 333 34 76
Binary 10000010 10010101 10111001 11110 10011 0 11011 11011011 11100 111110

Color Harmonies of #8295B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295B9

Black with #8295B9

Text Example


Text Example

White with #8295B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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