Html Css Color HEX #808BBA Wild Blue Yonder

📋 copy color: '#808BBA'

red 128 ◦ green 139 ◦ blue 186

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

Shades of Wild Blue Yonder #808BBA

Tints of Wild Blue Yonder #808BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

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

R = 28.26%
G = 30.68%
B = 41.06%

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

#808BBA (or 0x808BBA) is known color: Wild Blue Yonder. HEX triplet: 80, 8B and BA. RGB value is (128,139,186). Sum of RGB (Red+Green+Blue) = 128+139+186=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #808BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BBA is #7F7445. Grayscale: #8C8C8C. Windows color (decimal): -8352838 or 12225408. OLE color: 12225408.

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

Color convert

RGB 128 139 186 -
CMYK 0.31 0.25 0 0.27
HSL 228.62º 0.3% 0.62% -
HSV(B) 228.62º 0.31% 0.73% -
XYZ 27 26.6 50.17 -
YUV 141.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 128 139 186 0.31 0.25 0 0.27 228.62 0.3 0.62
Hex 80 8B BA 1F 19 0 1B E5 1E 3E
Octal 200 213 272 37 31 0 33 345 36 76
Binary 10000000 10001011 10111010 11111 11001 0 11011 11100101 11110 111110

Color Harmonies of #808BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BBA

Black with #808BBA

Text Example


Text Example

White with #808BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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