Html Css Color HEX #7C91FF Cornflower Blue

📋 copy color: '#7C91FF'

red 124 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #7C91FF

Tints of Cornflower Blue #7C91FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.67%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 23.66%
G = 27.67%
B = 48.66%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7C91FF (or 0x7C91FF) is known color: Cornflower Blue. HEX triplet: 7C, 91 and FF. RGB value is (124,145,255). Sum of RGB (Red+Green+Blue) = 124+145+255=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C91FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C91FF is #836E00. Grayscale: #969696. Windows color (decimal): -8613377 or 16748924. OLE color: 16748924.

HSL color Cylindrical-coordinate representation of color #7C91FF: hue angle of 230.38º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C91FF is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 124 145 255 -
CMYK 0.51 0.43 0 0
HSL 230.38º 1% 0.74% -
HSV(B) 230.38º 0.51% 1% -
XYZ 36.49 31.76 98.81 -
YUV 151.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 124 145 255 0.51 0.43 0 0 230.38 1 0.74
Hex 7C 91 FF 33 2B 0 0 E6 64 4A
Octal 174 221 377 63 53 0 0 346 144 112
Binary 1111100 10010001 11111111 110011 101011 0 0 11100110 1100100 1001010

Color Harmonies of #7C91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C91FF

Black with #7C91FF

Text Example


Text Example

White with #7C91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,145,255); }

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

background-color css

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

 a { background-color: rgb(124,145,255); }

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

border-color css

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

 span { border-color: rgb(124,145,255); }

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