Html Css Color HEX #7C9AED Cornflower Blue

📋 copy color: '#7C9AED'

red 124 ◦ green 154 ◦ blue 237

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

Shades of Cornflower Blue #7C9AED

Tints of Cornflower Blue #7C9AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 24.08%
G = 29.9%
B = 46.02%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C9AED (or 0x7C9AED) is known color: Cornflower Blue. HEX triplet: 7C, 9A and ED. RGB value is (124,154,237). Sum of RGB (Red+Green+Blue) = 124+154+237=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C9AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9AED is #836512. Grayscale: #9A9A9A. Windows color (decimal): -8611091 or 15571580. OLE color: 15571580.

HSL color Cylindrical-coordinate representation of color #7C9AED: hue angle of 224.07º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C9AED is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 154 237 -
CMYK 0.48 0.35 0 0.07
HSL 224.07º 0.76% 0.71% -
HSV(B) 224.07º 0.48% 0.93% -
XYZ 35.15 33.51 84.74 -
YUV 154.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 124 154 237 0.48 0.35 0 0.07 224.07 0.76 0.71
Hex 7C 9A ED 30 23 0 7 E0 4C 47
Octal 174 232 355 60 43 0 7 340 114 107
Binary 1111100 10011010 11101101 110000 100011 0 111 11100000 1001100 1000111

Color Harmonies of #7C9AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9AED

Black with #7C9AED

Text Example


Text Example

White with #7C9AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,154,237); }

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

background-color css

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

 a { background-color: rgb(124,154,237); }

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

border-color css

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

 span { border-color: rgb(124,154,237); }

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