#709ACA

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

Shades of Picton Blue #709ACA

Tints of Picton Blue #709ACA

Color information

#709ACA (or 0x709ACA) is unknown color: approx Picton Blue. HEX triplet: 70, 9A and CA. RGB value is (112,154,202). Sum of RGB (Red+Green+Blue) = 112+154+202=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #709ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ACA is #8F6535. Grayscale: #929292. Windows color (decimal): -9397558 or 13277808. OLE color: 13277808.

HSL color Cylindrical-coordinate representation of color #709ACA: hue angle of 212º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709ACA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112154202-
CMYK0.450.2400.21
HSL212º45.92%61.57%-
HSV(B)212º44.55%79.22%-
XYZ28.930.8260.3-
YUV146.91159.09103.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.93%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=23.93%
G=32.91%
B=43.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121542020.450.2400.2121245.9261.57
Hex709ACA2D18015d42e3e
Octal16023231255300253245676
Binary111000010011010110010101011011100001010111010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,154,202); }

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

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

 a { background-color: rgb(112,154,202); }

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

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

 span { border-color: rgb(112,154,202); }

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