Html Css Color HEX #7697DB Jordy Blue

📋 copy color: '#7697DB'

red 118 ◦ green 151 ◦ blue 219

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

Shades of Jordy Blue #7697DB

Tints of Jordy Blue #7697DB

RGB

 RED value IS 118 (46.48% from 255) = 24.18%

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

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

R = 24.18%
G = 30.94%
B = 44.88%

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

#7697DB (or 0x7697DB) is known color: Jordy Blue. HEX triplet: 76, 97 and DB. RGB value is (118,151,219). Sum of RGB (Red+Green+Blue) = 118+151+219=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #7697DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697DB is #896824. Grayscale: #949494. Windows color (decimal): -9005093 or 14391158. OLE color: 14391158.

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

Color convert

RGB 118 151 219 -
CMYK 0.46 0.31 0 0.14
HSL 220.4º 0.58% 0.66% -
HSV(B) 220.4º 0.46% 0.86% -
XYZ 31.32 31.1 71.37 -
YUV 148.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 118 151 219 0.46 0.31 0 0.14 220.4 0.58 0.66
Hex 76 97 DB 2E 1F 0 E DC 3A 42
Octal 166 227 333 56 37 0 16 334 72 102
Binary 1110110 10010111 11011011 101110 11111 0 1110 11011100 111010 1000010

Color Harmonies of #7697DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697DB

Black with #7697DB

Text Example


Text Example

White with #7697DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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