#7B9DE0

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

Shades of Jordy Blue #7B9DE0

Tints of Jordy Blue #7B9DE0

Color information

#7B9DE0 (or 0x7B9DE0) is unknown color: approx Jordy Blue. HEX triplet: 7B, 9D and E0. RGB value is (123,157,224). Sum of RGB (Red+Green+Blue) = 123+157+224=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B9DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DE0 is #84621F. Grayscale: #9A9A9A. Windows color (decimal): -8675872 or 14720379. OLE color: 14720379.

HSL color Cylindrical-coordinate representation of color #7B9DE0: hue angle of 219.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9DE0 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123157224-
CMYK0.450.3000.12
HSL219.8º61.96%68.04%-
HSV(B)219.8º45.09%87.84%-
XYZ33.6833.7175.25-
YUV154.47167.24105.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.40%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=24.40%
G=31.15%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1231572240.450.3000.12219.861.9668.04
Hex7B9DE02D1E0Cdc3e44
Octal173235340553601433476104
Binary111101110011101111000001011011111001100110111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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