#7C7FBD

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

Shades of Wild Blue Yonder #7C7FBD

Tints of Wild Blue Yonder #7C7FBD

Color information

#7C7FBD (or 0x7C7FBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 7F and BD. RGB value is (124,127,189). Sum of RGB (Red+Green+Blue) = 124+127+189=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C7FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FBD is #838042. Grayscale: #848484. Windows color (decimal): -8618051 or 12418940. OLE color: 12418940.

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

Color convert

RGB124127189-
CMYK0.340.3300.26
HSL237.23º32.99%61.37%-
HSV(B)237.23º34.39%74.12%-
XYZ25.0923.1451.29-
YUV133.17159.51121.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=28.18%
G=28.86%
B=42.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241271890.340.3300.26237.2332.9961.37
Hex7C7FBD222101Aed213d
Octal17417727542410323554175
Binary111110011111111011110110001010000101101011101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,127,189); }

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

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

 a { background-color: rgb(124,127,189); }

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

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

 span { border-color: rgb(124,127,189); }

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