#7B9EDA

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

Shades of Jordy Blue #7B9EDA

Tints of Jordy Blue #7B9EDA

Color information

#7B9EDA (or 0x7B9EDA) is unknown color: approx Jordy Blue. HEX triplet: 7B, 9E and DA. RGB value is (123,158,218). Sum of RGB (Red+Green+Blue) = 123+158+218=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B9EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EDA is #846125. Grayscale: #9A9A9A. Windows color (decimal): -8675622 or 14327419. OLE color: 14327419.

HSL color Cylindrical-coordinate representation of color #7B9EDA: hue angle of 217.89º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B9EDA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123158218-
CMYK0.440.2800.15
HSL217.89º56.21%66.86%-
HSV(B)217.89º43.58%85.49%-
XYZ33.0533.7371.1-
YUV154.38163.9105.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.65%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=24.65%
G=31.66%
B=43.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231582180.440.2800.15217.8956.2166.86
Hex7B9EDA2C1C0Fda3843
Octal173236332543401733270103
Binary111101110011110110110101011001110001111110110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,158,218); }

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

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

 a { background-color: rgb(123,158,218); }

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

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

 span { border-color: rgb(123,158,218); }

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