#7D89CD

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

Shades of Wild Blue Yonder #7D89CD

Tints of Wild Blue Yonder #7D89CD

Color information

#7D89CD (or 0x7D89CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 89 and CD. RGB value is (125,137,205). Sum of RGB (Red+Green+Blue) = 125+137+205=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D89CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89CD is #827632. Grayscale: #8C8C8C. Windows color (decimal): -8549939 or 13470077. OLE color: 13470077.

HSL color Cylindrical-coordinate representation of color #7D89CD: hue angle of 231º 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 #7D89CD is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125137205-
CMYK0.390.3300.20
HSL231º44.44%64.71%-
HSV(B)231º39.02%80.39%-
XYZ28.4226.6661.41-
YUV141.16164.02116.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.77%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=26.77%
G=29.34%
B=43.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251372050.390.3300.2023144.4464.71
Hex7D89CD2721014e72c41
Octal175211315474102434754101
Binary11111011000100111001101100111100001010100111001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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