Html Css Color HEX #7797DB Jordy Blue

📋 copy color: '#7797DB'

red 119 ◦ green 151 ◦ blue 219

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

Shades of Jordy Blue #7797DB

Tints of Jordy Blue #7797DB

RGB

 RED value IS 119 (46.88% from 255) = 24.34%

 GREEN value IS 151 (59.38% from 255) = 30.88%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 24.34%
G = 30.88%
B = 44.79%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7797DB (or 0x7797DB) is known color: Jordy Blue. HEX triplet: 77, 97 and DB. RGB value is (119,151,219). Sum of RGB (Red+Green+Blue) = 119+151+219=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #7797DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7797DB is #886824. Grayscale: #949494. Windows color (decimal): -8939557 or 14391159. OLE color: 14391159.

HSL color Cylindrical-coordinate representation of color #7797DB: hue angle of 220.8º 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 #7797DB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 151 219 -
CMYK 0.46 0.31 0 0.14
HSL 220.8º 0.58% 0.66% -
HSV(B) 220.8º 0.46% 0.86% -
XYZ 31.46 31.17 71.38 -
YUV 149.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 119 151 219 0.46 0.31 0 0.14 220.8 0.58 0.66
Hex 77 97 DB 2E 1F 0 E DD 3A 42
Octal 167 227 333 56 37 0 16 335 72 102
Binary 1110111 10010111 11011011 101110 11111 0 1110 11011101 111010 1000010

Color Harmonies of #7797DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7797DB

Black with #7797DB

Text Example


Text Example

White with #7797DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7797DB;
 }
 .AnyTagClassName
 {
   color: #7797DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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