Html Css Color HEX #818EBC Wild Blue Yonder

📋 copy color: '#818EBC'

red 129 ◦ green 142 ◦ blue 188

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

Shades of Wild Blue Yonder #818EBC

Tints of Wild Blue Yonder #818EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 28.1%
G = 30.94%
B = 40.96%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#818EBC (or 0x818EBC) is known color: Wild Blue Yonder. HEX triplet: 81, 8E and BC. RGB value is (129,142,188). Sum of RGB (Red+Green+Blue) = 129+142+188=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #818EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EBC is #7E7143. Grayscale: #8F8F8F. Windows color (decimal): -8286532 or 12357249. OLE color: 12357249.

HSL color Cylindrical-coordinate representation of color #818EBC: hue angle of 226.78º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #818EBC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 142 188 -
CMYK 0.31 0.24 0 0.26
HSL 226.78º 0.31% 0.62% -
HSV(B) 226.78º 0.31% 0.74% -
XYZ 27.8 27.64 51.45 -
YUV 143.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 129 142 188 0.31 0.24 0 0.26 226.78 0.31 0.62
Hex 81 8E BC 1F 18 0 1A E3 1F 3E
Octal 201 216 274 37 30 0 32 343 37 76
Binary 10000001 10001110 10111100 11111 11000 0 11010 11100011 11111 111110

Color Harmonies of #818EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EBC

Black with #818EBC

Text Example


Text Example

White with #818EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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