#7B9DE2

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

Shades of Jordy Blue #7B9DE2

Tints of Jordy Blue #7B9DE2

Color information

#7B9DE2 (or 0x7B9DE2) is unknown color: approx Jordy Blue. HEX triplet: 7B, 9D and E2. RGB value is (123,157,226). Sum of RGB (Red+Green+Blue) = 123+157+226=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #7B9DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DE2 is #84621D. Grayscale: #9A9A9A. Windows color (decimal): -8675870 or 14851451. OLE color: 14851451.

HSL color Cylindrical-coordinate representation of color #7B9DE2: hue angle of 220.19º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B9DE2 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB123157226-
CMYK0.460.3100.11
HSL220.19º63.98%68.43%-
HSV(B)220.19º45.58%88.63%-
XYZ33.9533.8276.69-
YUV154.7168.24105.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.31%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 226 (88.67% from 255) = 44.66%
R=24.31%
G=31.03%
B=44.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1231572260.460.3100.11220.1963.9868.43
Hex7B9DE22E1F0Bdc4044
Octal1732353425637013334100104
Binary1111011100111011110001010111011111010111101110010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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