Html Css Color HEX #7797DE Jordy Blue

📋 copy color: '#7797DE'

red 119 ◦ green 151 ◦ blue 222

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

Shades of Jordy Blue #7797DE

Tints of Jordy Blue #7797DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 24.19%
G = 30.69%
B = 45.12%

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

#7797DE (or 0x7797DE) is known color: Jordy Blue. HEX triplet: 77, 97 and DE. RGB value is (119,151,222). Sum of RGB (Red+Green+Blue) = 119+151+222=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #7797DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7797DE is #886821. Grayscale: #959595. Windows color (decimal): -8939554 or 14587767. OLE color: 14587767.

HSL color Cylindrical-coordinate representation of color #7797DE: hue angle of 221.36º degrees, saturation: 0.61, 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 #7797DE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 151 222 -
CMYK 0.46 0.32 0 0.13
HSL 221.36º 0.61% 0.67% -
HSV(B) 221.36º 0.46% 0.87% -
XYZ 31.86 31.33 73.48 -
YUV 149.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 119 151 222 0.46 0.32 0 0.13 221.36 0.61 0.67
Hex 77 97 DE 2E 20 0 D DD 3D 43
Octal 167 227 336 56 40 0 15 335 75 103
Binary 1110111 10010111 11011110 101110 100000 0 1101 11011101 111101 1000011

Color Harmonies of #7797DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7797DE

Black with #7797DE

Text Example


Text Example

White with #7797DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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