Html Css Color HEX #818ABE Wild Blue Yonder

📋 copy color: '#818ABE'

red 129 ◦ green 138 ◦ blue 190

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

Shades of Wild Blue Yonder #818ABE

Tints of Wild Blue Yonder #818ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 28.23%
G = 30.2%
B = 41.58%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#818ABE (or 0x818ABE) is known color: Wild Blue Yonder. HEX triplet: 81, 8A and BE. RGB value is (129,138,190). Sum of RGB (Red+Green+Blue) = 129+138+190=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #818ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ABE is #7E7541. Grayscale: #8D8D8D. Windows color (decimal): -8287554 or 12487297. OLE color: 12487297.

HSL color Cylindrical-coordinate representation of color #818ABE: hue angle of 231.15º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #818ABE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 138 190 -
CMYK 0.32 0.27 0 0.25
HSL 231.15º 0.32% 0.63% -
HSV(B) 231.15º 0.32% 0.75% -
XYZ 27.44 26.56 52.4 -
YUV 141.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 129 138 190 0.32 0.27 0 0.25 231.15 0.32 0.63
Hex 81 8A BE 20 1B 0 19 E7 20 3F
Octal 201 212 276 40 33 0 31 347 40 77
Binary 10000001 10001010 10111110 100000 11011 0 11001 11100111 100000 111111

Color Harmonies of #818ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ABE

Black with #818ABE

Text Example


Text Example

White with #818ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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