#7396D4

Color #7396D4 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7396D4

Tints of Jordy Blue #7396D4

Color information

#7396D4 (or 0x7396D4) is unknown color: approx Jordy Blue. HEX triplet: 73, 96 and D4. RGB value is (115,150,212). Sum of RGB (Red+Green+Blue) = 115+150+212=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #7396D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396D4 is #8C692B. Grayscale: #929292. Windows color (decimal): -9201964 or 13932147. OLE color: 13932147.

HSL color Cylindrical-coordinate representation of color #7396D4: hue angle of 218.35º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7396D4 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB115150212-
CMYK0.460.2900.17
HSL218.35º53.01%64.12%-
HSV(B)218.35º45.75%83.14%-
XYZ29.8630.2166.54-
YUV146.6164.9105.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.11%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=24.11%
G=31.45%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1151502120.460.2900.17218.3553.0164.12
Hex7396D42E1D011da3540
Octal163226324563502133265100
Binary1110011100101101101010010111011101010001110110101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7396D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7396D4;
 }
 .AnyTagClassName
 {
   color: #7396D4;
 }
</style>
background-color css

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

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

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

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

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

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