#7d8bcd

Color #7D8BCD Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7D8BCD

Tints of Wild Blue Yonder #7D8BCD

Color information

#7D8BCD (or 0x7D8BCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 8B and CD. RGB value is (125,139,205). Sum of RGB (Red+Green+Blue) = 125+139+205=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D8BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BCD is #827432. Grayscale: #8E8E8E. Windows color (decimal): -8549427 or 13470589. OLE color: 13470589.

HSL color Cylindrical-coordinate representation of color #7D8BCD: hue angle of 229.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D8BCD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125139205-
CMYK0.390.3200.20
HSL229.5º44.44%64.71%-
HSV(B)229.5º39.02%80.39%-
XYZ28.7127.2361.5-
YUV142.34163.36115.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=26.65%
G=29.64%
B=43.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251392050.390.3200.20229.544.4464.71
Hex7D8BCD2720014e62c41
Octal175213315474002434654101
Binary11111011000101111001101100111100000010100111001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d8bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,139,205); }

 H1.HeaderClassName
 {
   color: #7d8bcd;
 }
 .AnyTagClassName
 {
   color: #7d8bcd;
 }
</style>
background-color css

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

 a { background-color: rgb(125,139,205); }

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

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

 span { border-color: rgb(125,139,205); }

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