#7198CD

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

Shades of Picton Blue #7198CD

Tints of Picton Blue #7198CD

Color information

#7198CD (or 0x7198CD) is unknown color: approx Picton Blue. HEX triplet: 71, 98 and CD. RGB value is (113,152,205). Sum of RGB (Red+Green+Blue) = 113+152+205=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #7198CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7198CD is #8E6732. Grayscale: #929292. Windows color (decimal): -9332531 or 13473905. OLE color: 13473905.

HSL color Cylindrical-coordinate representation of color #7198CD: hue angle of 214.57º 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 #7198CD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113152205-
CMYK0.450.2600.20
HSL214.57º47.92%62.35%-
HSV(B)214.57º44.88%80.39%-
XYZ29.0630.3762.09-
YUV146.38161.08104.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=24.04%
G=32.34%
B=43.62%

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
Decimal1131522050.450.2600.20214.5747.9262.35
Hex7198CD2D1A014d7303e
Octal16123031555320243276076
Binary111000110011000110011011011011101001010011010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7198CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,152,205); }

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

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

 a { background-color: rgb(113,152,205); }

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

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

 span { border-color: rgb(113,152,205); }

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