#7B9EDF

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

Shades of Jordy Blue #7B9EDF

Tints of Jordy Blue #7B9EDF

Color information

#7B9EDF (or 0x7B9EDF) is unknown color: approx Jordy Blue. HEX triplet: 7B, 9E and DF. RGB value is (123,158,223). Sum of RGB (Red+Green+Blue) = 123+158+223=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B9EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EDF is #846120. Grayscale: #9A9A9A. Windows color (decimal): -8675617 or 14655099. OLE color: 14655099.

HSL color Cylindrical-coordinate representation of color #7B9EDF: hue angle of 219º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9EDF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123158223-
CMYK0.450.2900.13
HSL219º60.98%67.84%-
HSV(B)219º44.84%87.45%-
XYZ33.7133.9974.6-
YUV154.94166.4105.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.40%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=24.40%
G=31.35%
B=44.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231582230.450.2900.1321960.9867.84
Hex7B9EDF2D1D0Ddb3d44
Octal173236337553501533375104
Binary111101110011110110111111011011110101101110110111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9EDF; }

 p { color: rgb(123,158,223); }

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

<style>
 a { background-color: #7B9EDF; }

 a { background-color: rgb(123,158,223); }

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

<style>
 span { border-color: #7B9EDF; }

 span { border-color: rgb(123,158,223); }

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