#7799D5

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

Shades of Jordy Blue #7799D5

Tints of Jordy Blue #7799D5

Color information

#7799D5 (or 0x7799D5) is unknown color: approx Jordy Blue. HEX triplet: 77, 99 and D5. RGB value is (119,153,213). Sum of RGB (Red+Green+Blue) = 119+153+213=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #7799D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799D5 is #88662A. Grayscale: #959595. Windows color (decimal): -8939051 or 13998455. OLE color: 13998455.

HSL color Cylindrical-coordinate representation of color #7799D5: hue angle of 218.3º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7799D5 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119153213-
CMYK0.440.2800.16
HSL218.3º52.81%65.1%-
HSV(B)218.3º44.13%83.53%-
XYZ31.0131.5167.4-
YUV149.67163.74106.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.54%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=24.54%
G=31.55%
B=43.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191532130.440.2800.16218.352.8165.1
Hex7799D52C1C010da3541
Octal167231325543402033265101
Binary1110111100110011101010110110011100010000110110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7799D5; }

 p { color: rgb(119,153,213); }

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

<style>
 a { background-color: #7799D5; }

 a { background-color: rgb(119,153,213); }

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

<style>
 span { border-color: #7799D5; }

 span { border-color: rgb(119,153,213); }

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