Html Css Color HEX #8085BC Wild Blue Yonder

📋 copy color: '#8085BC'

red 128 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #8085BC

Tints of Wild Blue Yonder #8085BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 28.51%
G = 29.62%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8085BC (or 0x8085BC) is known color: Wild Blue Yonder. HEX triplet: 80, 85 and BC. RGB value is (128,133,188). Sum of RGB (Red+Green+Blue) = 128+133+188=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8085BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085BC is #7F7A43. Grayscale: #898989. Windows color (decimal): -8354372 or 12354944. OLE color: 12354944.

HSL color Cylindrical-coordinate representation of color #8085BC: hue angle of 235º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8085BC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 133 188 -
CMYK 0.32 0.29 0 0.26
HSL 235º 0.31% 0.62% -
HSV(B) 235º 0.32% 0.74% -
XYZ 26.37 25 51.01 -
YUV 137.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 128 133 188 0.32 0.29 0 0.26 235 0.31 0.62
Hex 80 85 BC 20 1D 0 1A EB 1F 3E
Octal 200 205 274 40 35 0 32 353 37 76
Binary 10000000 10000101 10111100 100000 11101 0 11010 11101011 11111 111110

Color Harmonies of #8085BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085BC

Black with #8085BC

Text Example


Text Example

White with #8085BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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