#769AD1

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

Shades of Jordy Blue #769AD1

Tints of Jordy Blue #769AD1

Color information

#769AD1 (or 0x769AD1) is unknown color: approx Jordy Blue. HEX triplet: 76, 9A and D1. RGB value is (118,154,209). Sum of RGB (Red+Green+Blue) = 118+154+209=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #769AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AD1 is #89652E. Grayscale: #959595. Windows color (decimal): -9004335 or 13736566. OLE color: 13736566.

HSL color Cylindrical-coordinate representation of color #769AD1: hue angle of 216.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769AD1 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118154209-
CMYK0.440.2600.18
HSL216.26º49.73%64.12%-
HSV(B)216.26º43.54%81.96%-
XYZ30.5431.5764.81-
YUV149.51161.57105.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=24.53%
G=32.02%
B=43.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181542090.440.2600.18216.2649.7364.12
Hex769AD12C1A012d83240
Octal166232321543202233062100
Binary1110110100110101101000110110011010010010110110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769AD1; }

 p { color: rgb(118,154,209); }

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

<style>
 a { background-color: #769AD1; }

 a { background-color: rgb(118,154,209); }

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

<style>
 span { border-color: #769AD1; }

 span { border-color: rgb(118,154,209); }

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