#707EBB

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

Shades of Wild Blue Yonder #707EBB

Tints of Wild Blue Yonder #707EBB

Color information

#707EBB (or 0x707EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7E and BB. RGB value is (112,126,187). Sum of RGB (Red+Green+Blue) = 112+126+187=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #707EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EBB is #8F8144. Grayscale: #808080. Windows color (decimal): -9404741 or 12287600. OLE color: 12287600.

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

Color convert

RGB112126187-
CMYK0.400.3300.27
HSL228.8º35.55%58.63%-
HSV(B)228.8º40.11%73.33%-
XYZ23.1121.9550.03-
YUV128.77160.86116.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 187 (73.44% from 255) = 44%
R=26.35%
G=29.65%
B=44%

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
Decimal1121261870.400.3300.27228.835.5558.63
Hex707EBB282101Be5243b
Octal16017627350410333454473
Binary111000011111101011101110100010000101101111100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,126,187); }

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

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

 a { background-color: rgb(112,126,187); }

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

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

 span { border-color: rgb(112,126,187); }

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