Html Css Color HEX #808CBA Wild Blue Yonder

📋 copy color: '#808CBA'

red 128 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #808CBA

Tints of Wild Blue Yonder #808CBA

RGB

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

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

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

R = 28.19%
G = 30.84%
B = 40.97%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#808CBA (or 0x808CBA) is known color: Wild Blue Yonder. HEX triplet: 80, 8C and BA. RGB value is (128,140,186). Sum of RGB (Red+Green+Blue) = 128+140+186=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #808CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CBA is #7F7345. Grayscale: #8D8D8D. Windows color (decimal): -8352582 or 12225664. OLE color: 12225664.

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

Color convert

RGB 128 140 186 -
CMYK 0.31 0.25 0 0.27
HSL 227.59º 0.3% 0.62% -
HSV(B) 227.59º 0.31% 0.73% -
XYZ 27.14 26.89 50.21 -
YUV 141.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 128 140 186 0.31 0.25 0 0.27 227.59 0.3 0.62
Hex 80 8C BA 1F 19 0 1B E4 1E 3E
Octal 200 214 272 37 31 0 33 344 36 76
Binary 10000000 10001100 10111010 11111 11001 0 11011 11100100 11110 111110

Color Harmonies of #808CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CBA

Black with #808CBA

Text Example


Text Example

White with #808CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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