#7097CD

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

Shades of Picton Blue #7097CD

Tints of Picton Blue #7097CD

Color information

#7097CD (or 0x7097CD) is unknown color: approx Picton Blue. HEX triplet: 70, 97 and CD. RGB value is (112,151,205). Sum of RGB (Red+Green+Blue) = 112+151+205=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #7097CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097CD is #8F6832. Grayscale: #919191. Windows color (decimal): -9398323 or 13473648. OLE color: 13473648.

HSL color Cylindrical-coordinate representation of color #7097CD: hue angle of 214.84º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7097CD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112151205-
CMYK0.450.2600.20
HSL214.84º48.19%62.16%-
HSV(B)214.84º45.37%80.39%-
XYZ28.7729.9962.03-
YUV145.5161.58104.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.93%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=23.93%
G=32.26%
B=43.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121512050.450.2600.20214.8448.1962.16
Hex7097CD2D1A014d7303e
Octal16022731555320243276076
Binary111000010010111110011011011011101001010011010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7097CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7097CD; }

 p { color: rgb(112,151,205); }

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

<style>
 a { background-color: #7097CD; }

 a { background-color: rgb(112,151,205); }

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

<style>
 span { border-color: #7097CD; }

 span { border-color: rgb(112,151,205); }

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