Html Css Color HEX #7697DA Jordy Blue

📋 copy color: '#7697DA'

red 118 ◦ green 151 ◦ blue 218

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

Shades of Jordy Blue #7697DA

Tints of Jordy Blue #7697DA

RGB

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

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

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

R = 24.23%
G = 31.01%
B = 44.76%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7697DA (or 0x7697DA) is known color: Jordy Blue. HEX triplet: 76, 97 and DA. RGB value is (118,151,218). Sum of RGB (Red+Green+Blue) = 118+151+218=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #7697DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697DA is #896825. Grayscale: #949494. Windows color (decimal): -9005094 or 14325622. OLE color: 14325622.

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

Color convert

RGB 118 151 218 -
CMYK 0.46 0.31 0 0.15
HSL 220.2º 0.57% 0.66% -
HSV(B) 220.2º 0.46% 0.85% -
XYZ 31.19 31.05 70.68 -
YUV 148.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 118 151 218 0.46 0.31 0 0.15 220.2 0.57 0.66
Hex 76 97 DA 2E 1F 0 F DC 39 42
Octal 166 227 332 56 37 0 17 334 71 102
Binary 1110110 10010111 11011010 101110 11111 0 1111 11011100 111001 1000010

Color Harmonies of #7697DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697DA

Black with #7697DA

Text Example


Text Example

White with #7697DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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