#7697DB

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

Shades of Jordy Blue #7697DB

Tints of Jordy Blue #7697DB

Color information

#7697DB (or 0x7697DB) is unknown color: approx Jordy Blue. HEX triplet: 76, 97 and DB. RGB value is (118,151,219). Sum of RGB (Red+Green+Blue) = 118+151+219=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #7697DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697DB is #896824. Grayscale: #949494. Windows color (decimal): -9005093 or 14391158. OLE color: 14391158.

HSL color Cylindrical-coordinate representation of color #7697DB: hue angle of 220.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7697DB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118151219-
CMYK0.460.3100.14
HSL220.4º58.38%66.08%-
HSV(B)220.4º46.12%85.88%-
XYZ31.3231.171.37-
YUV148.88167.57105.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.18%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=24.18%
G=30.94%
B=44.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181512190.460.3100.14220.458.3866.08
Hex7697DB2E1F0Edc3a42
Octal166227333563701633472102
Binary111011010010111110110111011101111101110110111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7697DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7697DB; }

 p { color: rgb(118,151,219); }

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

<style>
 a { background-color: #7697DB; }

 a { background-color: rgb(118,151,219); }

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

<style>
 span { border-color: #7697DB; }

 span { border-color: rgb(118,151,219); }

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