Html Css Color HEX #8095BA Wild Blue Yonder

📋 copy color: '#8095BA'

red 128 ◦ green 149 ◦ blue 186

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

Shades of Wild Blue Yonder #8095BA

Tints of Wild Blue Yonder #8095BA

RGB

 RED value IS 128 (50.39% from 255) = 27.65%

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

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

R = 27.65%
G = 32.18%
B = 40.17%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8095BA (or 0x8095BA) is known color: Wild Blue Yonder. HEX triplet: 80, 95 and BA. RGB value is (128,149,186). Sum of RGB (Red+Green+Blue) = 128+149+186=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8095BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095BA is #7F6A45. Grayscale: #929292. Windows color (decimal): -8350278 or 12227968. OLE color: 12227968.

HSL color Cylindrical-coordinate representation of color #8095BA: hue angle of 218.28º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8095BA is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 149 186 -
CMYK 0.31 0.20 0 0.27
HSL 218.28º 0.3% 0.62% -
HSV(B) 218.28º 0.31% 0.73% -
XYZ 28.51 29.63 50.67 -
YUV 146.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 128 149 186 0.31 0.20 0 0.27 218.28 0.3 0.62
Hex 80 95 BA 1F 14 0 1B DA 1E 3E
Octal 200 225 272 37 24 0 33 332 36 76
Binary 10000000 10010101 10111010 11111 10100 0 11011 11011010 11110 111110

Color Harmonies of #8095BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8095BA

Black with #8095BA

Text Example


Text Example

White with #8095BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,149,186); }

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

background-color css

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

 a { background-color: rgb(128,149,186); }

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

border-color css

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

 span { border-color: rgb(128,149,186); }

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