Html Css Color HEX #818EBA Wild Blue Yonder

📋 copy color: '#818EBA'

red 129 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #818EBA

Tints of Wild Blue Yonder #818EBA

RGB

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

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

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

R = 28.23%
G = 31.07%
B = 40.7%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#818EBA (or 0x818EBA) is known color: Wild Blue Yonder. HEX triplet: 81, 8E and BA. RGB value is (129,142,186). Sum of RGB (Red+Green+Blue) = 129+142+186=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #818EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EBA is #7E7145. Grayscale: #8E8E8E. Windows color (decimal): -8286534 or 12226177. OLE color: 12226177.

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

Color convert

RGB 129 142 186 -
CMYK 0.31 0.24 0 0.27
HSL 226.32º 0.29% 0.62% -
HSV(B) 226.32º 0.31% 0.73% -
XYZ 27.59 27.56 50.32 -
YUV 143.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 129 142 186 0.31 0.24 0 0.27 226.32 0.29 0.62
Hex 81 8E BA 1F 18 0 1B E2 1D 3E
Octal 201 216 272 37 30 0 33 342 35 76
Binary 10000001 10001110 10111010 11111 11000 0 11011 11100010 11101 111110

Color Harmonies of #818EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EBA

Black with #818EBA

Text Example


Text Example

White with #818EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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