Html Css Color HEX #818BBD Wild Blue Yonder

📋 copy color: '#818BBD'

red 129 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #818BBD

Tints of Wild Blue Yonder #818BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

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

R = 28.23%
G = 30.42%
B = 41.36%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#818BBD (or 0x818BBD) is known color: Wild Blue Yonder. HEX triplet: 81, 8B and BD. RGB value is (129,139,189). Sum of RGB (Red+Green+Blue) = 129+139+189=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #818BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BBD is #7E7442. Grayscale: #8D8D8D. Windows color (decimal): -8287299 or 12422017. OLE color: 12422017.

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

Color convert

RGB 129 139 189 -
CMYK 0.32 0.26 0 0.26
HSL 230º 0.31% 0.62% -
HSV(B) 230º 0.32% 0.74% -
XYZ 27.47 26.81 51.87 -
YUV 141.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 129 139 189 0.32 0.26 0 0.26 230 0.31 0.62
Hex 81 8B BD 20 1A 0 1A E6 1F 3E
Octal 201 213 275 40 32 0 32 346 37 76
Binary 10000001 10001011 10111101 100000 11010 0 11010 11100110 11111 111110

Color Harmonies of #818BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BBD

Black with #818BBD

Text Example


Text Example

White with #818BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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