Html Css Color HEX #7694FF Cornflower Blue

📋 copy color: '#7694FF'

red 118 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #7694FF

Tints of Cornflower Blue #7694FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

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

R = 22.65%
G = 28.41%
B = 48.94%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7694FF (or 0x7694FF) is known color: Cornflower Blue. HEX triplet: 76, 94 and FF. RGB value is (118,148,255). Sum of RGB (Red+Green+Blue) = 118+148+255=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7694FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694FF is #896B00. Grayscale: #969696. Windows color (decimal): -9005825 or 16749686. OLE color: 16749686.

HSL color Cylindrical-coordinate representation of color #7694FF: hue angle of 226.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7694FF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 148 255 -
CMYK 0.54 0.42 0 0
HSL 226.86º 1% 0.73% -
HSV(B) 226.86º 0.54% 1% -
XYZ 36.11 32.25 98.93 -
YUV 151.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 118 148 255 0.54 0.42 0 0 226.86 1 0.73
Hex 76 94 FF 36 2A 0 0 E3 64 49
Octal 166 224 377 66 52 0 0 343 144 111
Binary 1110110 10010100 11111111 110110 101010 0 0 11100011 1100100 1001001

Color Harmonies of #7694FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694FF

Black with #7694FF

Text Example


Text Example

White with #7694FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7694FF; }

 p { color: rgb(118,148,255); }

 H1.HeaderClassName
 {
   color: #7694FF;
 }
 .AnyTagClassName
 {
   color: #7694FF;
 }
</style>

background-color css

<style>
 a { background-color: #7694FF; }

 a { background-color: rgb(118,148,255); }

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

border-color css

<style>
 span { border-color: #7694FF; }

 span { border-color: rgb(118,148,255); }

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