Html Css Color HEX #8083AB Wild Blue Yonder

📋 copy color: '#8083AB'

red 128 ◦ green 131 ◦ blue 171

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

Shades of Wild Blue Yonder #8083AB

Tints of Wild Blue Yonder #8083AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 29.77%
G = 30.47%
B = 39.77%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8083AB (or 0x8083AB) is known color: Wild Blue Yonder. HEX triplet: 80, 83 and AB. RGB value is (128,131,171). Sum of RGB (Red+Green+Blue) = 128+131+171=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #8083AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8083AB is #7F7C54. Grayscale: #868686. Windows color (decimal): -8354901 or 11240320. OLE color: 11240320.

HSL color Cylindrical-coordinate representation of color #8083AB: hue angle of 235.81º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8083AB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 131 171 -
CMYK 0.25 0.23 0 0.33
HSL 235.81º 0.2% 0.59% -
HSV(B) 235.81º 0.25% 0.67% -
XYZ 24.37 23.76 41.83 -
YUV 134.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 128 131 171 0.25 0.23 0 0.33 235.81 0.2 0.59
Hex 80 83 AB 19 17 0 21 EC 14 3B
Octal 200 203 253 31 27 0 41 354 24 73
Binary 10000000 10000011 10101011 11001 10111 0 100001 11101100 10100 111011

Color Harmonies of #8083AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8083AB

Black with #8083AB

Text Example


Text Example

White with #8083AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8083AB; }

 p { color: rgb(128,131,171); }

 H1.HeaderClassName
 {
   color: #8083AB;
 }
 .AnyTagClassName
 {
   color: #8083AB;
 }
</style>

background-color css

<style>
 a { background-color: #8083AB; }

 a { background-color: rgb(128,131,171); }

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

border-color css

<style>
 span { border-color: #8083AB; }

 span { border-color: rgb(128,131,171); }

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