Html Css Color HEX #7798D5 Jordy Blue

📋 copy color: '#7798D5'

red 119 ◦ green 152 ◦ blue 213

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

Shades of Jordy Blue #7798D5

Tints of Jordy Blue #7798D5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 24.59%
G = 31.4%
B = 44.01%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7798D5 (or 0x7798D5) is known color: Jordy Blue. HEX triplet: 77, 98 and D5. RGB value is (119,152,213). Sum of RGB (Red+Green+Blue) = 119+152+213=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #7798D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798D5 is #88672A. Grayscale: #949494. Windows color (decimal): -8939307 or 13998199. OLE color: 13998199.

HSL color Cylindrical-coordinate representation of color #7798D5: hue angle of 218.94º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7798D5 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 152 213 -
CMYK 0.44 0.29 0 0.16
HSL 218.94º 0.53% 0.65% -
HSV(B) 218.94º 0.44% 0.84% -
XYZ 30.85 31.18 67.34 -
YUV 149.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 119 152 213 0.44 0.29 0 0.16 218.94 0.53 0.65
Hex 77 98 D5 2C 1D 0 10 DB 35 41
Octal 167 230 325 54 35 0 20 333 65 101
Binary 1110111 10011000 11010101 101100 11101 0 10000 11011011 110101 1000001

Color Harmonies of #7798D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7798D5

Black with #7798D5

Text Example


Text Example

White with #7798D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7798D5; }

 p { color: rgb(119,152,213); }

 H1.HeaderClassName
 {
   color: #7798D5;
 }
 .AnyTagClassName
 {
   color: #7798D5;
 }
</style>

background-color css

<style>
 a { background-color: #7798D5; }

 a { background-color: rgb(119,152,213); }

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

border-color css

<style>
 span { border-color: #7798D5; }

 span { border-color: rgb(119,152,213); }

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