#7786ED

Color #7786ED Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7786ED

Tints of Cornflower Blue #7786ED

Color information

#7786ED (or 0x7786ED) is unknown color: approx Cornflower Blue. HEX triplet: 77, 86 and ED. RGB value is (119,134,237). Sum of RGB (Red+Green+Blue) = 119+134+237=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #7786ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7786ED is #887912. Grayscale: #8C8C8C. Windows color (decimal): -8943891 or 15566455. OLE color: 15566455.

HSL color Cylindrical-coordinate representation of color #7786ED: hue angle of 232.37º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7786ED is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119134237-
CMYK0.500.4300.07
HSL232.37º76.62%69.8%-
HSV(B)232.37º49.79%92.94%-
XYZ31.4227.0983.69-
YUV141.26182.03112.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.29%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=24.29%
G=27.35%
B=48.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191342370.500.4300.07232.3776.6269.8
Hex7786ED322B07e84d46
Octal167206355625307350115106
Binary1110111100001101110110111001010101101111110100010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7786ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7786ED; }

 p { color: rgb(119,134,237); }

 H1.HeaderClassName
 {
   color: #7786ED;
 }
 .AnyTagClassName
 {
   color: #7786ED;
 }
</style>
background-color css

<style>
 a { background-color: #7786ED; }

 a { background-color: rgb(119,134,237); }

 div.DivClassName
 {
   background-color: #7786ED;
 }
 .BgClassName
 {
   background-color: #7786ED;
 }
</style>
border-color css

<style>
 span { border-color: #7786ED; }

 span { border-color: rgb(119,134,237); }

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