Html Css Color HEX #818ABA Wild Blue Yonder

📋 copy color: '#818ABA'

red 129 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #818ABA

Tints of Wild Blue Yonder #818ABA

RGB

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

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

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

R = 28.48%
G = 30.46%
B = 41.06%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#818ABA (or 0x818ABA) is known color: Wild Blue Yonder. HEX triplet: 81, 8A and BA. RGB value is (129,138,186). Sum of RGB (Red+Green+Blue) = 129+138+186=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 138 (54.30% from 255 or 30.46% 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 #818ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ABA is #7E7545. Grayscale: #8C8C8C. Windows color (decimal): -8287558 or 12225153. OLE color: 12225153.

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

Color convert

RGB 129 138 186 -
CMYK 0.31 0.26 0 0.27
HSL 230.53º 0.29% 0.62% -
HSV(B) 230.53º 0.31% 0.73% -
XYZ 27 26.39 50.12 -
YUV 140.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 129 138 186 0.31 0.26 0 0.27 230.53 0.29 0.62
Hex 81 8A BA 1F 1A 0 1B E7 1D 3E
Octal 201 212 272 37 32 0 33 347 35 76
Binary 10000001 10001010 10111010 11111 11010 0 11011 11100111 11101 111110

Color Harmonies of #818ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ABA

Black with #818ABA

Text Example


Text Example

White with #818ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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