#7BA0DD

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

Shades of Jordy Blue #7BA0DD

Tints of Jordy Blue #7BA0DD

Color information

#7BA0DD (or 0x7BA0DD) is unknown color: approx Jordy Blue. HEX triplet: 7B, A0 and DD. RGB value is (123,160,221). Sum of RGB (Red+Green+Blue) = 123+160+221=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0DD is #845F22. Grayscale: #9B9B9B. Windows color (decimal): -8675107 or 14524539. OLE color: 14524539.

HSL color Cylindrical-coordinate representation of color #7BA0DD: hue angle of 217.35º 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 #7BA0DD is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123160221-
CMYK0.440.2800.13
HSL217.35º59.04%67.45%-
HSV(B)217.35º44.34%86.67%-
XYZ33.7934.5773.3-
YUV155.89164.74104.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.40%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=24.40%
G=31.75%
B=43.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231602210.440.2800.13217.3559.0467.45
Hex7BA0DD2C1C0Dd93b43
Octal173240335543401533173103
Binary111101110100000110111011011001110001101110110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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