#7C8FBE

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

Shades of Wild Blue Yonder #7C8FBE

Tints of Wild Blue Yonder #7C8FBE

Color information

#7C8FBE (or 0x7C8FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8F and BE. RGB value is (124,143,190). Sum of RGB (Red+Green+Blue) = 124+143+190=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FBE is #837041. Grayscale: #8E8E8E. Windows color (decimal): -8613954 or 12488572. OLE color: 12488572.

HSL color Cylindrical-coordinate representation of color #7C8FBE: hue angle of 222.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C8FBE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124143190-
CMYK0.350.2500.25
HSL222.73º33.67%61.57%-
HSV(B)222.73º34.74%74.51%-
XYZ27.4327.6552.61-
YUV142.68154.71114.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=27.13%
G=31.29%
B=41.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241431900.350.2500.25222.7333.6761.57
Hex7C8FBE2319019df223e
Octal17421727643310313374276
Binary111110010001111101111101000111100101100111011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,143,190); }

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

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

 a { background-color: rgb(124,143,190); }

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

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

 span { border-color: rgb(124,143,190); }

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