Html Css Color HEX #7C9DDB Jordy Blue

📋 copy color: '#7C9DDB'

red 124 ◦ green 157 ◦ blue 219

#7C9DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7C9DDB

Tints of Jordy Blue #7C9DDB

RGB

 RED value IS 124 (48.83% from 255) = 24.8%

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 24.8%
G = 31.4%
B = 43.8%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C9DDB (or 0x7C9DDB) is known color: Jordy Blue. HEX triplet: 7C, 9D and DB. RGB value is (124,157,219). Sum of RGB (Red+Green+Blue) = 124+157+219=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DDB is #836224. Grayscale: #999999. Windows color (decimal): -8610341 or 14392700. OLE color: 14392700.

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

Color convert

RGB 124 157 219 -
CMYK 0.43 0.28 0 0.14
HSL 219.16º 0.57% 0.67% -
HSV(B) 219.16º 0.43% 0.86% -
XYZ 33.16 33.51 71.74 -
YUV 154.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 124 157 219 0.43 0.28 0 0.14 219.16 0.57 0.67
Hex 7C 9D DB 2B 1C 0 E DB 39 43
Octal 174 235 333 53 34 0 16 333 71 103
Binary 1111100 10011101 11011011 101011 11100 0 1110 11011011 111001 1000011

Color Harmonies of #7C9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9DDB

Black with #7C9DDB

Text Example


Text Example

White with #7C9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,157,219); }

 H1.HeaderClassName
 {
   color: #7C9DDB;
 }
 .AnyTagClassName
 {
   color: #7C9DDB;
 }
</style>

background-color css

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

 a { background-color: rgb(124,157,219); }

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

border-color css

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

 span { border-color: rgb(124,157,219); }

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