#707CBA

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

Shades of Wild Blue Yonder #707CBA

Tints of Wild Blue Yonder #707CBA

Color information

#707CBA (or 0x707CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7C and BA. RGB value is (112,124,186). Sum of RGB (Red+Green+Blue) = 112+124+186=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #707CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CBA is #8F8345. Grayscale: #7F7F7F. Windows color (decimal): -9405254 or 12221552. OLE color: 12221552.

HSL color Cylindrical-coordinate representation of color #707CBA: hue angle of 230.27º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707CBA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112124186-
CMYK0.400.3300.27
HSL230.27º34.91%58.43%-
HSV(B)230.27º39.78%72.94%-
XYZ22.7521.4149.39-
YUV127.48161.02116.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=26.54%
G=29.38%
B=44.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121241860.400.3300.27230.2734.9158.43
Hex707CBA282101Be6233a
Octal16017427250410333464372
Binary111000011111001011101010100010000101101111100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707CBA; }

 p { color: rgb(112,124,186); }

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

<style>
 a { background-color: #707CBA; }

 a { background-color: rgb(112,124,186); }

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

<style>
 span { border-color: #707CBA; }

 span { border-color: rgb(112,124,186); }

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