Html Css Color HEX #8085BB Wild Blue Yonder

📋 copy color: '#8085BB'

red 128 ◦ green 133 ◦ blue 187

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

Shades of Wild Blue Yonder #8085BB

Tints of Wild Blue Yonder #8085BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 28.57%
G = 29.69%
B = 41.74%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8085BB (or 0x8085BB) is known color: Wild Blue Yonder. HEX triplet: 80, 85 and BB. RGB value is (128,133,187). Sum of RGB (Red+Green+Blue) = 128+133+187=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8085BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085BB is #7F7A44. Grayscale: #898989. Windows color (decimal): -8354373 or 12289408. OLE color: 12289408.

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

Color convert

RGB 128 133 187 -
CMYK 0.32 0.29 0 0.27
HSL 234.92º 0.3% 0.62% -
HSV(B) 234.92º 0.32% 0.73% -
XYZ 26.26 24.95 50.45 -
YUV 137.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 128 133 187 0.32 0.29 0 0.27 234.92 0.3 0.62
Hex 80 85 BB 20 1D 0 1B EB 1E 3E
Octal 200 205 273 40 35 0 33 353 36 76
Binary 10000000 10000101 10111011 100000 11101 0 11011 11101011 11110 111110

Color Harmonies of #8085BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085BB

Black with #8085BB

Text Example


Text Example

White with #8085BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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