#769CD7

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

Shades of Jordy Blue #769CD7

Tints of Jordy Blue #769CD7

Color information

#769CD7 (or 0x769CD7) is unknown color: approx Jordy Blue. HEX triplet: 76, 9C and D7. RGB value is (118,156,215). Sum of RGB (Red+Green+Blue) = 118+156+215=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #769CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CD7 is #896328. Grayscale: #979797. Windows color (decimal): -9003817 or 14130294. OLE color: 14130294.

HSL color Cylindrical-coordinate representation of color #769CD7: hue angle of 216.49º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769CD7 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118156215-
CMYK0.450.2700.16
HSL216.49º54.8%65.29%-
HSV(B)216.49º45.12%84.31%-
XYZ31.6332.5368.9-
YUV151.36163.91104.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=24.13%
G=31.90%
B=43.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181562150.450.2700.16216.4954.865.29
Hex769CD72D1B010d83741
Octal166234327553302033067101
Binary1110110100111001101011110110111011010000110110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,156,215); }

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

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

 a { background-color: rgb(118,156,215); }

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

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

 span { border-color: rgb(118,156,215); }

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