Html Css Color HEX #7197CF Jordy Blue

📋 copy color: '#7197CF'

red 113 ◦ green 151 ◦ blue 207

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

Shades of Jordy Blue #7197CF

Tints of Jordy Blue #7197CF

RGB

 RED value IS 113 (44.53% from 255) = 23.99%

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

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

R = 23.99%
G = 32.06%
B = 43.95%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7197CF (or 0x7197CF) is known color: Jordy Blue. HEX triplet: 71, 97 and CF. RGB value is (113,151,207). Sum of RGB (Red+Green+Blue) = 113+151+207=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #7197CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7197CF is #8E6830. Grayscale: #919191. Windows color (decimal): -9332785 or 13604721. OLE color: 13604721.

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

Color convert

RGB 113 151 207 -
CMYK 0.45 0.27 0 0.19
HSL 215.74º 0.49% 0.63% -
HSV(B) 215.74º 0.45% 0.81% -
XYZ 29.14 30.15 63.32 -
YUV 146.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 113 151 207 0.45 0.27 0 0.19 215.74 0.49 0.63
Hex 71 97 CF 2D 1B 0 13 D8 31 3F
Octal 161 227 317 55 33 0 23 330 61 77
Binary 1110001 10010111 11001111 101101 11011 0 10011 11011000 110001 111111

Color Harmonies of #7197CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7197CF

Black with #7197CF

Text Example


Text Example

White with #7197CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,151,207); }

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

background-color css

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

 a { background-color: rgb(113,151,207); }

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

border-color css

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

 span { border-color: rgb(113,151,207); }

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