#7B9DEF

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

Shades of Jordy Blue #7B9DEF

Tints of Jordy Blue #7B9DEF

Color information

#7B9DEF (or 0x7B9DEF) is unknown color: approx Jordy Blue. HEX triplet: 7B, 9D and EF. RGB value is (123,157,239). Sum of RGB (Red+Green+Blue) = 123+157+239=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B9DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9DEF is #846210. Grayscale: #9B9B9B. Windows color (decimal): -8675857 or 15703419. OLE color: 15703419.

HSL color Cylindrical-coordinate representation of color #7B9DEF: hue angle of 222.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B9DEF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123157239-
CMYK0.490.3400.06
HSL222.41º78.38%70.98%-
HSV(B)222.41º48.54%93.73%-
XYZ35.8134.5686.44-
YUV156.18174.74104.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.70%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 239 (93.75% from 255) = 46.05%
R=23.70%
G=30.25%
B=46.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231572390.490.3400.06222.4178.3870.98
Hex7B9DEF312206de4e47
Octal173235357614206336116107
Binary1111011100111011110111111000110001001101101111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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