Html Css Color HEX #7693E0 Cornflower Blue

📋 copy color: '#7693E0'

red 118 ◦ green 147 ◦ blue 224

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

Shades of Cornflower Blue #7693E0

Tints of Cornflower Blue #7693E0

RGB

 RED value IS 118 (46.48% from 255) = 24.13%

 GREEN value IS 147 (57.81% from 255) = 30.06%

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 24.13%
G = 30.06%
B = 45.81%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7693E0 (or 0x7693E0) is known color: Cornflower Blue. HEX triplet: 76, 93 and E0. RGB value is (118,147,224). Sum of RGB (Red+Green+Blue) = 118+147+224=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #7693E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693E0 is #896C1F. Grayscale: #929292. Windows color (decimal): -9006112 or 14717814. OLE color: 14717814.

HSL color Cylindrical-coordinate representation of color #7693E0: hue angle of 223.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7693E0 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 147 224 -
CMYK 0.47 0.34 0 0.12
HSL 223.58º 0.63% 0.67% -
HSV(B) 223.58º 0.47% 0.88% -
XYZ 31.36 30.1 74.68 -
YUV 147.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 118 147 224 0.47 0.34 0 0.12 223.58 0.63 0.67
Hex 76 93 E0 2F 22 0 C E0 3F 43
Octal 166 223 340 57 42 0 14 340 77 103
Binary 1110110 10010011 11100000 101111 100010 0 1100 11100000 111111 1000011

Color Harmonies of #7693E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7693E0

Black with #7693E0

Text Example


Text Example

White with #7693E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7693E0; }

 p { color: rgb(118,147,224); }

 H1.HeaderClassName
 {
   color: #7693E0;
 }
 .AnyTagClassName
 {
   color: #7693E0;
 }
</style>

background-color css

<style>
 a { background-color: #7693E0; }

 a { background-color: rgb(118,147,224); }

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

border-color css

<style>
 span { border-color: #7693E0; }

 span { border-color: rgb(118,147,224); }

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