#7797DD

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

Shades of Jordy Blue #7797DD

Tints of Jordy Blue #7797DD

Color information

#7797DD (or 0x7797DD) is unknown color: approx Jordy Blue. HEX triplet: 77, 97 and DD. RGB value is (119,151,221). Sum of RGB (Red+Green+Blue) = 119+151+221=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #7797DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7797DD is #886822. Grayscale: #959595. Windows color (decimal): -8939555 or 14522231. OLE color: 14522231.

HSL color Cylindrical-coordinate representation of color #7797DD: hue angle of 221.18º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7797DD is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119151221-
CMYK0.460.3200.13
HSL221.18º60%66.67%-
HSV(B)221.18º46.15%86.67%-
XYZ31.7331.2872.77-
YUV149.41168.4106.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=24.24%
G=30.75%
B=45.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191512210.460.3200.13221.186066.67
Hex7797DD2E200Ddd3c43
Octal167227335564001533574103
Binary1110111100101111101110110111010000001101110111011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7797DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7797DD; }

 p { color: rgb(119,151,221); }

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

<style>
 a { background-color: #7797DD; }

 a { background-color: rgb(119,151,221); }

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

<style>
 span { border-color: #7797DD; }

 span { border-color: rgb(119,151,221); }

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