Html Css Color HEX #8085BA Wild Blue Yonder

📋 copy color: '#8085BA'

red 128 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #8085BA

Tints of Wild Blue Yonder #8085BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 28.64%
G = 29.75%
B = 41.61%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8085BA (or 0x8085BA) is known color: Wild Blue Yonder. HEX triplet: 80, 85 and BA. RGB value is (128,133,186). Sum of RGB (Red+Green+Blue) = 128+133+186=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8085BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085BA is #7F7A45. Grayscale: #898989. Windows color (decimal): -8354374 or 12223872. OLE color: 12223872.

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

Color convert

RGB 128 133 186 -
CMYK 0.31 0.28 0 0.27
HSL 234.83º 0.3% 0.62% -
HSV(B) 234.83º 0.31% 0.73% -
XYZ 26.15 24.91 49.88 -
YUV 137.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 128 133 186 0.31 0.28 0 0.27 234.83 0.3 0.62
Hex 80 85 BA 1F 1C 0 1B EB 1E 3E
Octal 200 205 272 37 34 0 33 353 36 76
Binary 10000000 10000101 10111010 11111 11100 0 11011 11101011 11110 111110

Color Harmonies of #8085BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085BA

Black with #8085BA

Text Example


Text Example

White with #8085BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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