Html Css Color HEX #7C97FF Cornflower Blue

📋 copy color: '#7C97FF'

red 124 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #7C97FF

Tints of Cornflower Blue #7C97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.49%

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

R = 23.4%
G = 28.49%
B = 48.11%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7C97FF (or 0x7C97FF) is known color: Cornflower Blue. HEX triplet: 7C, 97 and FF. RGB value is (124,151,255). Sum of RGB (Red+Green+Blue) = 124+151+255=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C97FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C97FF is #836800. Grayscale: #9A9A9A. Windows color (decimal): -8611841 or 16750460. OLE color: 16750460.

HSL color Cylindrical-coordinate representation of color #7C97FF: hue angle of 227.63º 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 #7C97FF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 124 151 255 -
CMYK 0.51 0.41 0 0
HSL 227.63º 1% 0.74% -
HSV(B) 227.63º 0.51% 1% -
XYZ 37.43 33.64 99.13 -
YUV 154.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 124 151 255 0.51 0.41 0 0 227.63 1 0.74
Hex 7C 97 FF 33 29 0 0 E4 64 4A
Octal 174 227 377 63 51 0 0 344 144 112
Binary 1111100 10010111 11111111 110011 101001 0 0 11100100 1100100 1001010

Color Harmonies of #7C97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C97FF

Black with #7C97FF

Text Example


Text Example

White with #7C97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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