Html Css Color HEX #7D81BB Wild Blue Yonder

📋 copy color: '#7D81BB'

red 125 ◦ green 129 ◦ blue 187

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

Shades of Wild Blue Yonder #7D81BB

Tints of Wild Blue Yonder #7D81BB

RGB

 RED value IS 125 (49.22% from 255) = 28.34%

 GREEN value IS 129 (50.78% from 255) = 29.25%

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 28.34%
G = 29.25%
B = 42.4%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D81BB (or 0x7D81BB) is known color: Wild Blue Yonder. HEX triplet: 7D, 81 and BB. RGB value is (125,129,187). Sum of RGB (Red+Green+Blue) = 125+129+187=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D81BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81BB is #827E44. Grayscale: #868686. Windows color (decimal): -8552005 or 12288381. OLE color: 12288381.

HSL color Cylindrical-coordinate representation of color #7D81BB: hue angle of 236.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D81BB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 129 187 -
CMYK 0.33 0.31 0 0.27
HSL 236.13º 0.31% 0.61% -
HSV(B) 236.13º 0.33% 0.73% -
XYZ 25.28 23.65 50.25 -
YUV 134.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 125 129 187 0.33 0.31 0 0.27 236.13 0.31 0.61
Hex 7D 81 BB 21 1F 0 1B EC 1F 3D
Octal 175 201 273 41 37 0 33 354 37 75
Binary 1111101 10000001 10111011 100001 11111 0 11011 11101100 11111 111101

Color Harmonies of #7D81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D81BB

Black with #7D81BB

Text Example


Text Example

White with #7D81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D81BB; }

 p { color: rgb(125,129,187); }

 H1.HeaderClassName
 {
   color: #7D81BB;
 }
 .AnyTagClassName
 {
   color: #7D81BB;
 }
</style>

background-color css

<style>
 a { background-color: #7D81BB; }

 a { background-color: rgb(125,129,187); }

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

border-color css

<style>
 span { border-color: #7D81BB; }

 span { border-color: rgb(125,129,187); }

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