#7B9CDC

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

Shades of Jordy Blue #7B9CDC

Tints of Jordy Blue #7B9CDC

Color information

#7B9CDC (or 0x7B9CDC) is unknown color: approx Jordy Blue. HEX triplet: 7B, 9C and DC. RGB value is (123,156,220). Sum of RGB (Red+Green+Blue) = 123+156+220=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CDC is #846323. Grayscale: #999999. Windows color (decimal): -8676132 or 14457979. OLE color: 14457979.

HSL color Cylindrical-coordinate representation of color #7B9CDC: hue angle of 219.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B9CDC is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123156220-
CMYK0.440.2900.14
HSL219.59º58.08%67.25%-
HSV(B)219.59º44.09%86.27%-
XYZ32.9833.1672.37-
YUV153.43165.57106.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.65%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=24.65%
G=31.26%
B=44.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231562200.440.2900.14219.5958.0867.25
Hex7B9CDC2C1D0Edc3a43
Octal173234334543501633472103
Binary111101110011100110111001011001110101110110111001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,156,220); }

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

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

 a { background-color: rgb(123,156,220); }

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

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

 span { border-color: rgb(123,156,220); }

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