Html Css Color HEX #818AB0 Wild Blue Yonder

📋 copy color: '#818AB0'

red 129 ◦ green 138 ◦ blue 176

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

Shades of Wild Blue Yonder #818AB0

Tints of Wild Blue Yonder #818AB0

RGB

 RED value IS 129 (50.78% from 255) = 29.12%

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

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 29.12%
G = 31.15%
B = 39.73%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#818AB0 (or 0x818AB0) is known color: Wild Blue Yonder. HEX triplet: 81, 8A and B0. RGB value is (129,138,176). Sum of RGB (Red+Green+Blue) = 129+138+176=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 176 - color contains mainly: blue. Hex color #818AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AB0 is #7E754F. Grayscale: #8B8B8B. Windows color (decimal): -8287568 or 11569793. OLE color: 11569793.

HSL color Cylindrical-coordinate representation of color #818AB0: hue angle of 228.51º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #818AB0 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 138 176 -
CMYK 0.27 0.22 0 0.31
HSL 228.51º 0.23% 0.6% -
HSV(B) 228.51º 0.27% 0.69% -
XYZ 25.98 25.98 44.72 -
YUV 139.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 129 138 176 0.27 0.22 0 0.31 228.51 0.23 0.6
Hex 81 8A B0 1B 16 0 1F E5 17 3C
Octal 201 212 260 33 26 0 37 345 27 74
Binary 10000001 10001010 10110000 11011 10110 0 11111 11100101 10111 111100

Color Harmonies of #818AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AB0

Black with #818AB0

Text Example


Text Example

White with #818AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818AB0; }

 p { color: rgb(129,138,176); }

 H1.HeaderClassName
 {
   color: #818AB0;
 }
 .AnyTagClassName
 {
   color: #818AB0;
 }
</style>

background-color css

<style>
 a { background-color: #818AB0; }

 a { background-color: rgb(129,138,176); }

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

border-color css

<style>
 span { border-color: #818AB0; }

 span { border-color: rgb(129,138,176); }

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