#709cc7

Color #709CC7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #709CC7

Tints of Picton Blue #709CC7

Color information

#709CC7 (or 0x709CC7) is unknown color: approx Picton Blue. HEX triplet: 70, 9C and C7. RGB value is (112,156,199). Sum of RGB (Red+Green+Blue) = 112+156+199=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #709CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CC7 is #8F6338. Grayscale: #939393. Windows color (decimal): -9397049 or 13081712. OLE color: 13081712.

HSL color Cylindrical-coordinate representation of color #709CC7: hue angle of 209.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709CC7 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112156199-
CMYK0.440.2200.22
HSL209.66º43.72%60.98%-
HSV(B)209.66º43.72%78.04%-
XYZ28.8831.3558.56-
YUV147.75156.92102.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=23.98%
G=33.40%
B=42.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121561990.440.2200.22209.6643.7260.98
Hex709CC72C16016d22c3d
Octal16023430754260263225475
Binary111000010011100110001111011001011001011011010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709cc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709cc7; }

 p { color: rgb(112,156,199); }

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

<style>
 a { background-color: #709cc7; }

 a { background-color: rgb(112,156,199); }

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

<style>
 span { border-color: #709cc7; }

 span { border-color: rgb(112,156,199); }

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