Html Css Color HEX #7397CE Jordy Blue

📋 copy color: '#7397CE'

red 115 ◦ green 151 ◦ blue 206

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

Shades of Jordy Blue #7397CE

Tints of Jordy Blue #7397CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 24.36%
G = 31.99%
B = 43.64%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7397CE (or 0x7397CE) is known color: Jordy Blue. HEX triplet: 73, 97 and CE. RGB value is (115,151,206). Sum of RGB (Red+Green+Blue) = 115+151+206=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7397CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397CE is #8C6831. Grayscale: #929292. Windows color (decimal): -9201714 or 13539187. OLE color: 13539187.

HSL color Cylindrical-coordinate representation of color #7397CE: hue angle of 216.26º degrees, saturation: 0.48, 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 #7397CE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 151 206 -
CMYK 0.44 0.27 0 0.19
HSL 216.26º 0.48% 0.63% -
HSV(B) 216.26º 0.44% 0.81% -
XYZ 29.28 30.23 62.69 -
YUV 146.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 115 151 206 0.44 0.27 0 0.19 216.26 0.48 0.63
Hex 73 97 CE 2C 1B 0 13 D8 30 3F
Octal 163 227 316 54 33 0 23 330 60 77
Binary 1110011 10010111 11001110 101100 11011 0 10011 11011000 110000 111111

Color Harmonies of #7397CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7397CE

Black with #7397CE

Text Example


Text Example

White with #7397CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7397CE; }

 p { color: rgb(115,151,206); }

 H1.HeaderClassName
 {
   color: #7397CE;
 }
 .AnyTagClassName
 {
   color: #7397CE;
 }
</style>

background-color css

<style>
 a { background-color: #7397CE; }

 a { background-color: rgb(115,151,206); }

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

border-color css

<style>
 span { border-color: #7397CE; }

 span { border-color: rgb(115,151,206); }

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