Html Css Color HEX #808CBD Wild Blue Yonder

📋 copy color: '#808CBD'

red 128 ◦ green 140 ◦ blue 189

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

Shades of Wild Blue Yonder #808CBD

Tints of Wild Blue Yonder #808CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 28.01%
G = 30.63%
B = 41.36%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#808CBD (or 0x808CBD) is known color: Wild Blue Yonder. HEX triplet: 80, 8C and BD. RGB value is (128,140,189). Sum of RGB (Red+Green+Blue) = 128+140+189=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #808CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CBD is #7F7342. Grayscale: #8D8D8D. Windows color (decimal): -8352579 or 12422272. OLE color: 12422272.

HSL color Cylindrical-coordinate representation of color #808CBD: hue angle of 228.2º degrees, saturation: 0.32, 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 #808CBD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 140 189 -
CMYK 0.32 0.26 0 0.26
HSL 228.2º 0.32% 0.62% -
HSV(B) 228.2º 0.32% 0.74% -
XYZ 27.47 27.02 51.91 -
YUV 142 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 128 140 189 0.32 0.26 0 0.26 228.2 0.32 0.62
Hex 80 8C BD 20 1A 0 1A E4 20 3E
Octal 200 214 275 40 32 0 32 344 40 76
Binary 10000000 10001100 10111101 100000 11010 0 11010 11100100 100000 111110

Color Harmonies of #808CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CBD

Black with #808CBD

Text Example


Text Example

White with #808CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808CBD; }

 p { color: rgb(128,140,189); }

 H1.HeaderClassName
 {
   color: #808CBD;
 }
 .AnyTagClassName
 {
   color: #808CBD;
 }
</style>

background-color css

<style>
 a { background-color: #808CBD; }

 a { background-color: rgb(128,140,189); }

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

border-color css

<style>
 span { border-color: #808CBD; }

 span { border-color: rgb(128,140,189); }

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