Html Css Color HEX #818EBD Wild Blue Yonder

📋 copy color: '#818EBD'

red 129 ◦ green 142 ◦ blue 189

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

Shades of Wild Blue Yonder #818EBD

Tints of Wild Blue Yonder #818EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.87%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 28.04%
G = 30.87%
B = 41.09%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#818EBD (or 0x818EBD) is known color: Wild Blue Yonder. HEX triplet: 81, 8E and BD. RGB value is (129,142,189). Sum of RGB (Red+Green+Blue) = 129+142+189=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #818EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EBD is #7E7142. Grayscale: #8F8F8F. Windows color (decimal): -8286531 or 12422785. OLE color: 12422785.

HSL color Cylindrical-coordinate representation of color #818EBD: hue angle of 227º 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 #818EBD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 142 189 -
CMYK 0.32 0.25 0 0.26
HSL 227º 0.31% 0.62% -
HSV(B) 227º 0.32% 0.74% -
XYZ 27.91 27.69 52.02 -
YUV 143.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 129 142 189 0.32 0.25 0 0.26 227 0.31 0.62
Hex 81 8E BD 20 19 0 1A E3 1F 3E
Octal 201 216 275 40 31 0 32 343 37 76
Binary 10000001 10001110 10111101 100000 11001 0 11010 11100011 11111 111110

Color Harmonies of #818EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EBD

Black with #818EBD

Text Example


Text Example

White with #818EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,142,189); }

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

background-color css

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

 a { background-color: rgb(129,142,189); }

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

border-color css

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

 span { border-color: rgb(129,142,189); }

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