Html Css Color HEX #7396CF Jordy Blue

📋 copy color: '#7396CF'

red 115 ◦ green 150 ◦ blue 207

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

Shades of Jordy Blue #7396CF

Tints of Jordy Blue #7396CF

RGB

 RED value IS 115 (45.31% from 255) = 24.36%

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 24.36%
G = 31.78%
B = 43.86%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7396CF (or 0x7396CF) is known color: Jordy Blue. HEX triplet: 73, 96 and CF. RGB value is (115,150,207). Sum of RGB (Red+Green+Blue) = 115+150+207=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7396CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396CF is #8C6930. Grayscale: #919191. Windows color (decimal): -9201969 or 13604467. OLE color: 13604467.

HSL color Cylindrical-coordinate representation of color #7396CF: hue angle of 217.17º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7396CF is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 150 207 -
CMYK 0.44 0.28 0 0.19
HSL 217.17º 0.49% 0.63% -
HSV(B) 217.17º 0.44% 0.81% -
XYZ 29.24 29.96 63.27 -
YUV 146.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 115 150 207 0.44 0.28 0 0.19 217.17 0.49 0.63
Hex 73 96 CF 2C 1C 0 13 D9 31 3F
Octal 163 226 317 54 34 0 23 331 61 77
Binary 1110011 10010110 11001111 101100 11100 0 10011 11011001 110001 111111

Color Harmonies of #7396CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7396CF

Black with #7396CF

Text Example


Text Example

White with #7396CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7396CF; }

 p { color: rgb(115,150,207); }

 H1.HeaderClassName
 {
   color: #7396CF;
 }
 .AnyTagClassName
 {
   color: #7396CF;
 }
</style>

background-color css

<style>
 a { background-color: #7396CF; }

 a { background-color: rgb(115,150,207); }

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

border-color css

<style>
 span { border-color: #7396CF; }

 span { border-color: rgb(115,150,207); }

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