Html Css Color HEX #8093BA Wild Blue Yonder

📋 copy color: '#8093BA'

red 128 ◦ green 147 ◦ blue 186

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

Shades of Wild Blue Yonder #8093BA

Tints of Wild Blue Yonder #8093BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 27.77%
G = 31.89%
B = 40.35%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8093BA (or 0x8093BA) is known color: Wild Blue Yonder. HEX triplet: 80, 93 and BA. RGB value is (128,147,186). Sum of RGB (Red+Green+Blue) = 128+147+186=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #8093BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093BA is #7F6C45. Grayscale: #919191. Windows color (decimal): -8350790 or 12227456. OLE color: 12227456.

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

Color convert

RGB 128 147 186 -
CMYK 0.31 0.21 0 0.27
HSL 220.34º 0.3% 0.62% -
HSV(B) 220.34º 0.31% 0.73% -
XYZ 28.2 29 50.57 -
YUV 145.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 128 147 186 0.31 0.21 0 0.27 220.34 0.3 0.62
Hex 80 93 BA 1F 15 0 1B DC 1E 3E
Octal 200 223 272 37 25 0 33 334 36 76
Binary 10000000 10010011 10111010 11111 10101 0 11011 11011100 11110 111110

Color Harmonies of #8093BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8093BA

Black with #8093BA

Text Example


Text Example

White with #8093BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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