Html Css Color HEX #7693E8 Cornflower Blue

📋 copy color: '#7693E8'

red 118 ◦ green 147 ◦ blue 232

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

Shades of Cornflower Blue #7693E8

Tints of Cornflower Blue #7693E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.68%

R = 23.74%
G = 29.58%
B = 46.68%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7693E8 (or 0x7693E8) is known color: Cornflower Blue. HEX triplet: 76, 93 and E8. RGB value is (118,147,232). Sum of RGB (Red+Green+Blue) = 118+147+232=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #7693E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7693E8 is #896C17. Grayscale: #939393. Windows color (decimal): -9006104 or 15242102. OLE color: 15242102.

HSL color Cylindrical-coordinate representation of color #7693E8: hue angle of 224.74º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7693E8 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 147 232 -
CMYK 0.49 0.37 0 0.09
HSL 224.74º 0.71% 0.69% -
HSV(B) 224.74º 0.49% 0.91% -
XYZ 32.47 30.55 80.53 -
YUV 148.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 118 147 232 0.49 0.37 0 0.09 224.74 0.71 0.69
Hex 76 93 E8 31 25 0 9 E1 47 45
Octal 166 223 350 61 45 0 11 341 107 105
Binary 1110110 10010011 11101000 110001 100101 0 1001 11100001 1000111 1000101

Color Harmonies of #7693E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7693E8

Black with #7693E8

Text Example


Text Example

White with #7693E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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