#7C8ABF

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

Shades of Wild Blue Yonder #7C8ABF

Tints of Wild Blue Yonder #7C8ABF

Color information

#7C8ABF (or 0x7C8ABF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8A and BF. RGB value is (124,138,191). Sum of RGB (Red+Green+Blue) = 124+138+191=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ABF is #837540. Grayscale: #8B8B8B. Windows color (decimal): -8615233 or 12552828. OLE color: 12552828.

HSL color Cylindrical-coordinate representation of color #7C8ABF: hue angle of 227.46º 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 #7C8ABF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124138191-
CMYK0.350.2800.25
HSL227.46º34.36%61.76%-
HSV(B)227.46º35.08%74.9%-
XYZ26.826.2252.94-
YUV139.86156.86116.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 191 (75% from 255) = 42.16%
R=27.37%
G=30.46%
B=42.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241381910.350.2800.25227.4634.3661.76
Hex7C8ABF231C019e3223e
Octal17421227743340313434276
Binary111110010001010101111111000111110001100111100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,138,191); }

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

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

 a { background-color: rgb(124,138,191); }

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

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

 span { border-color: rgb(124,138,191); }

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