#7199DA

Color #7199DA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7199DA

Tints of Jordy Blue #7199DA

Color information

#7199DA (or 0x7199DA) is unknown color: approx Jordy Blue. HEX triplet: 71, 99 and DA. RGB value is (113,153,218). Sum of RGB (Red+Green+Blue) = 113+153+218=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #7199DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199DA is #8E6625. Grayscale: #949494. Windows color (decimal): -9332262 or 14326129. OLE color: 14326129.

HSL color Cylindrical-coordinate representation of color #7199DA: hue angle of 217.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7199DA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113153218-
CMYK0.480.3000.15
HSL217.14º58.66%64.9%-
HSV(B)217.14º48.17%85.49%-
XYZ30.8631.3670.76-
YUV148.45167.25102.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.35%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 218 (85.55% from 255) = 45.04%
R=23.35%
G=31.61%
B=45.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131532180.480.3000.15217.1458.6664.9
Hex7199DA301E0Fd93b41
Octal161231332603601733173101
Binary111000110011001110110101100001111001111110110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7199DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7199DA; }

 p { color: rgb(113,153,218); }

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

<style>
 a { background-color: #7199DA; }

 a { background-color: rgb(113,153,218); }

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

<style>
 span { border-color: #7199DA; }

 span { border-color: rgb(113,153,218); }

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