Html Css Color HEX #7C8BFA Cornflower Blue

📋 copy color: '#7C8BFA'

red 124 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #7C8BFA

Tints of Cornflower Blue #7C8BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.1%

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

R = 24.17%
G = 27.1%
B = 48.73%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C8BFA (or 0x7C8BFA) is known color: Cornflower Blue. HEX triplet: 7C, 8B and FA. RGB value is (124,139,250). Sum of RGB (Red+Green+Blue) = 124+139+250=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8BFA is #837405. Grayscale: #929292. Windows color (decimal): -8614918 or 16419708. OLE color: 16419708.

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

Color convert

RGB 124 139 250 -
CMYK 0.50 0.44 0 0.02
HSL 232.86º 0.93% 0.73% -
HSV(B) 232.86º 0.5% 0.98% -
XYZ 34.8 29.65 94.33 -
YUV 147.17 186.03 111.47 -
System Red Green Blue C M Y K H S L
Decimal 124 139 250 0.50 0.44 0 0.02 232.86 0.93 0.73
Hex 7C 8B FA 32 2C 0 2 E9 5D 49
Octal 174 213 372 62 54 0 2 351 135 111
Binary 1111100 10001011 11111010 110010 101100 0 10 11101001 1011101 1001001

Color Harmonies of #7C8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8BFA

Black with #7C8BFA

Text Example


Text Example

White with #7C8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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