Html Css Color HEX #808ABC Wild Blue Yonder

📋 copy color: '#808ABC'

red 128 ◦ green 138 ◦ blue 188

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

Shades of Wild Blue Yonder #808ABC

Tints of Wild Blue Yonder #808ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 28.19%
G = 30.4%
B = 41.41%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#808ABC (or 0x808ABC) is known color: Wild Blue Yonder. HEX triplet: 80, 8A and BC. RGB value is (128,138,188). Sum of RGB (Red+Green+Blue) = 128+138+188=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #808ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ABC is #7F7543. Grayscale: #8C8C8C. Windows color (decimal): -8353092 or 12356224. OLE color: 12356224.

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

Color convert

RGB 128 138 188 -
CMYK 0.32 0.27 0 0.26
HSL 230º 0.31% 0.62% -
HSV(B) 230º 0.32% 0.74% -
XYZ 27.07 26.4 51.25 -
YUV 140.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 128 138 188 0.32 0.27 0 0.26 230 0.31 0.62
Hex 80 8A BC 20 1B 0 1A E6 1F 3E
Octal 200 212 274 40 33 0 32 346 37 76
Binary 10000000 10001010 10111100 100000 11011 0 11010 11100110 11111 111110

Color Harmonies of #808ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ABC

Black with #808ABC

Text Example


Text Example

White with #808ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,138,188); }

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

background-color css

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

 a { background-color: rgb(128,138,188); }

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

border-color css

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

 span { border-color: rgb(128,138,188); }

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