Html Css Color HEX #7C90FA Cornflower Blue

📋 copy color: '#7C90FA'

red 124 ◦ green 144 ◦ blue 250

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

Shades of Cornflower Blue #7C90FA

Tints of Cornflower Blue #7C90FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 23.94%
G = 27.8%
B = 48.26%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C90FA (or 0x7C90FA) is known color: Cornflower Blue. HEX triplet: 7C, 90 and FA. RGB value is (124,144,250). Sum of RGB (Red+Green+Blue) = 124+144+250=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C90FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C90FA is #836F05. Grayscale: #959595. Windows color (decimal): -8613638 or 16420988. OLE color: 16420988.

HSL color Cylindrical-coordinate representation of color #7C90FA: hue angle of 230.48º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C90FA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 144 250 -
CMYK 0.50 0.42 0 0.02
HSL 230.48º 0.93% 0.73% -
HSV(B) 230.48º 0.5% 0.98% -
XYZ 35.54 31.13 94.58 -
YUV 150.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 124 144 250 0.50 0.42 0 0.02 230.48 0.93 0.73
Hex 7C 90 FA 32 2A 0 2 E6 5D 49
Octal 174 220 372 62 52 0 2 346 135 111
Binary 1111100 10010000 11111010 110010 101010 0 10 11100110 1011101 1001001

Color Harmonies of #7C90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C90FA

Black with #7C90FA

Text Example


Text Example

White with #7C90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,144,250); }

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

background-color css

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

 a { background-color: rgb(124,144,250); }

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

border-color css

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

 span { border-color: rgb(124,144,250); }

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