Html Css Color HEX #7797DD Jordy Blue

📋 copy color: '#7797DD'

red 119 ◦ green 151 ◦ blue 221

#7797DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7797DD

Tints of Jordy Blue #7797DD

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 value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7797DD (or 0x7797DD) is known color: 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

RGB 119 151 221 -
CMYK 0.46 0.32 0 0.13
HSL 221.18º 0.6% 0.67% -
HSV(B) 221.18º 0.46% 0.87% -
XYZ 31.73 31.28 72.77 -
YUV 149.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 119 151 221 0.46 0.32 0 0.13 221.18 0.6 0.67
Hex 77 97 DD 2E 20 0 D DD 3C 43
Octal 167 227 335 56 40 0 15 335 74 103
Binary 1110111 10010111 11011101 101110 100000 0 1101 11011101 111100 1000011

Color Harmonies of #7797DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7797DD

Black with #7797DD

Text Example


Text Example

White with #7797DD

Text Example


Text Example

HTML Codes & Css Web 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>