#7B9DDD

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

Shades of Jordy Blue #7B9DDD

Tints of Jordy Blue #7B9DDD

Color information

#7B9DDD (or 0x7B9DDD) is unknown color: approx Jordy Blue. HEX triplet: 7B, 9D and DD. RGB value is (123,157,221). Sum of RGB (Red+Green+Blue) = 123+157+221=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B9DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DDD is #846222. Grayscale: #999999. Windows color (decimal): -8675875 or 14523771. OLE color: 14523771.

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

Color convert

RGB123157221-
CMYK0.440.2900.13
HSL219.18º59.04%67.45%-
HSV(B)219.18º44.34%86.67%-
XYZ33.2833.5573.13-
YUV154.13165.74105.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.55%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=24.55%
G=31.34%
B=44.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231572210.440.2900.13219.1859.0467.45
Hex7B9DDD2C1D0Ddb3b43
Octal173235335543501533373103
Binary111101110011101110111011011001110101101110110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,157,221); }

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

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

 a { background-color: rgb(123,157,221); }

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

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

 span { border-color: rgb(123,157,221); }

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