#7197CF

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

Shades of Jordy Blue #7197CF

Tints of Jordy Blue #7197CF

Color information

#7197CF (or 0x7197CF) is unknown color: approx 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

RGB113151207-
CMYK0.450.2700.19
HSL215.74º49.47%62.75%-
HSV(B)215.74º45.41%81.18%-
XYZ29.1430.1563.32-
YUV146.02162.41104.45-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131512070.450.2700.19215.7449.4762.75
Hex7197CF2D1B013d8313f
Octal16122731755330233306177
Binary111000110010111110011111011011101101001111011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7197CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>