Html Css Color HEX #818DBA Wild Blue Yonder

📋 copy color: '#818DBA'

red 129 ◦ green 141 ◦ blue 186

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

Shades of Wild Blue Yonder #818DBA

Tints of Wild Blue Yonder #818DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

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

R = 28.29%
G = 30.92%
B = 40.79%

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

#818DBA (or 0x818DBA) is known color: Wild Blue Yonder. HEX triplet: 81, 8D and BA. RGB value is (129,141,186). Sum of RGB (Red+Green+Blue) = 129+141+186=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #818DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DBA is #7E7245. Grayscale: #8E8E8E. Windows color (decimal): -8286790 or 12225921. OLE color: 12225921.

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

Color convert

RGB 129 141 186 -
CMYK 0.31 0.24 0 0.27
HSL 227.37º 0.29% 0.62% -
HSV(B) 227.37º 0.31% 0.73% -
XYZ 27.44 27.26 50.27 -
YUV 142.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 129 141 186 0.31 0.24 0 0.27 227.37 0.29 0.62
Hex 81 8D BA 1F 18 0 1B E3 1D 3E
Octal 201 215 272 37 30 0 33 343 35 76
Binary 10000001 10001101 10111010 11111 11000 0 11011 11100011 11101 111110

Color Harmonies of #818DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DBA

Black with #818DBA

Text Example


Text Example

White with #818DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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