#707DC1

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

Shades of Wild Blue Yonder #707DC1

Tints of Wild Blue Yonder #707DC1

Color information

#707DC1 (or 0x707DC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7D and C1. RGB value is (112,125,193). Sum of RGB (Red+Green+Blue) = 112+125+193=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #707DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DC1 is #8F823E. Grayscale: #808080. Windows color (decimal): -9404991 or 12680560. OLE color: 12680560.

HSL color Cylindrical-coordinate representation of color #707DC1: hue angle of 230.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707DC1 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112125193-
CMYK0.420.3500.24
HSL230.37º39.51%59.8%-
HSV(B)230.37º41.97%75.69%-
XYZ23.6421.9653.45-
YUV128.86164.19115.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=26.05%
G=29.07%
B=44.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121251930.420.3500.24230.3739.5159.8
Hex707DC12A23018e6283c
Octal16017530152430303465074
Binary111000011111011100000110101010001101100011100110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,193); }

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

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

 a { background-color: rgb(112,125,193); }

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

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

 span { border-color: rgb(112,125,193); }

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