Html Css Color HEX #808EBA Wild Blue Yonder

📋 copy color: '#808EBA'

red 128 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #808EBA

Tints of Wild Blue Yonder #808EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.14%

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

R = 28.07%
G = 31.14%
B = 40.79%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#808EBA (or 0x808EBA) is known color: Wild Blue Yonder. HEX triplet: 80, 8E and BA. RGB value is (128,142,186). Sum of RGB (Red+Green+Blue) = 128+142+186=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #808EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EBA is #7F7145. Grayscale: #8E8E8E. Windows color (decimal): -8352070 or 12226176. OLE color: 12226176.

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

Color convert

RGB 128 142 186 -
CMYK 0.31 0.24 0 0.27
HSL 225.52º 0.3% 0.62% -
HSV(B) 225.52º 0.31% 0.73% -
XYZ 27.44 27.48 50.31 -
YUV 142.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 128 142 186 0.31 0.24 0 0.27 225.52 0.3 0.62
Hex 80 8E BA 1F 18 0 1B E2 1E 3E
Octal 200 216 272 37 30 0 33 342 36 76
Binary 10000000 10001110 10111010 11111 11000 0 11011 11100010 11110 111110

Color Harmonies of #808EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EBA

Black with #808EBA

Text Example


Text Example

White with #808EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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