#7D9BEA

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

Shades of Jordy Blue #7D9BEA

Tints of Jordy Blue #7D9BEA

Color information

#7D9BEA (or 0x7D9BEA) is unknown color: approx Jordy Blue. HEX triplet: 7D, 9B and EA. RGB value is (125,155,234). Sum of RGB (Red+Green+Blue) = 125+155+234=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9BEA is #826415. Grayscale: #9A9A9A. Windows color (decimal): -8545302 or 15375229. OLE color: 15375229.

HSL color Cylindrical-coordinate representation of color #7D9BEA: hue angle of 223.49º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9BEA is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125155234-
CMYK0.470.3400.08
HSL223.49º72.19%70.39%-
HSV(B)223.49º46.58%91.76%-
XYZ35.0333.7482.51-
YUV155.04172.56106.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.32%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=24.32%
G=30.16%
B=45.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251552340.470.3400.08223.4972.1970.39
Hex7D9BEA2F2208df4846
Octal1752333525742010337110106
Binary11111011001101111101010101111100010010001101111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,155,234); }

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

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

 a { background-color: rgb(125,155,234); }

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

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

 span { border-color: rgb(125,155,234); }

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