Html Css Color HEX #7C9FDC Jordy Blue

📋 copy color: '#7C9FDC'

red 124 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #7C9FDC

Tints of Jordy Blue #7C9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.61%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 24.65%
G = 31.61%
B = 43.74%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C9FDC (or 0x7C9FDC) is known color: Jordy Blue. HEX triplet: 7C, 9F and DC. RGB value is (124,159,220). Sum of RGB (Red+Green+Blue) = 124+159+220=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9FDC is #836023. Grayscale: #9B9B9B. Windows color (decimal): -8609828 or 14458748. OLE color: 14458748.

HSL color Cylindrical-coordinate representation of color #7C9FDC: hue angle of 218.12º 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 #7C9FDC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 159 220 -
CMYK 0.44 0.28 0 0.14
HSL 218.13º 0.58% 0.67% -
HSV(B) 218.13º 0.44% 0.86% -
XYZ 33.63 34.25 72.55 -
YUV 155.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 124 159 220 0.44 0.28 0 0.14 218.13 0.58 0.67
Hex 7C 9F DC 2C 1C 0 E DA 3A 43
Octal 174 237 334 54 34 0 16 332 72 103
Binary 1111100 10011111 11011100 101100 11100 0 1110 11011010 111010 1000011

Color Harmonies of #7C9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9FDC

Black with #7C9FDC

Text Example


Text Example

White with #7C9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,159,220); }

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

background-color css

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

 a { background-color: rgb(124,159,220); }

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

border-color css

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

 span { border-color: rgb(124,159,220); }

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