Html Css Color HEX #7798DA Jordy Blue

📋 copy color: '#7798DA'

red 119 ◦ green 152 ◦ blue 218

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

Shades of Jordy Blue #7798DA

Tints of Jordy Blue #7798DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 24.34%
G = 31.08%
B = 44.58%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7798DA (or 0x7798DA) is known color: Jordy Blue. HEX triplet: 77, 98 and DA. RGB value is (119,152,218). Sum of RGB (Red+Green+Blue) = 119+152+218=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #7798DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798DA is #886725. Grayscale: #959595. Windows color (decimal): -8939302 or 14325879. OLE color: 14325879.

HSL color Cylindrical-coordinate representation of color #7798DA: hue angle of 220º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7798DA is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 152 218 -
CMYK 0.45 0.30 0 0.15
HSL 220º 0.57% 0.66% -
HSV(B) 220º 0.45% 0.85% -
XYZ 31.49 31.44 70.74 -
YUV 149.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 119 152 218 0.45 0.30 0 0.15 220 0.57 0.66
Hex 77 98 DA 2D 1E 0 F DC 39 42
Octal 167 230 332 55 36 0 17 334 71 102
Binary 1110111 10011000 11011010 101101 11110 0 1111 11011100 111001 1000010

Color Harmonies of #7798DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7798DA

Black with #7798DA

Text Example


Text Example

White with #7798DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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