Html Css Color HEX #7691FF Cornflower Blue

📋 copy color: '#7691FF'

red 118 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #7691FF

Tints of Cornflower Blue #7691FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.99%

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

R = 22.78%
G = 27.99%
B = 49.23%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7691FF (or 0x7691FF) is known color: Cornflower Blue. HEX triplet: 76, 91 and FF. RGB value is (118,145,255). Sum of RGB (Red+Green+Blue) = 118+145+255=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #7691FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7691FF is #896E00. Grayscale: #959595. Windows color (decimal): -9006593 or 16748918. OLE color: 16748918.

HSL color Cylindrical-coordinate representation of color #7691FF: hue angle of 228.18º 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 #7691FF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 145 255 -
CMYK 0.54 0.43 0 0
HSL 228.18º 1% 0.73% -
HSV(B) 228.18º 0.54% 1% -
XYZ 35.65 31.32 98.77 -
YUV 149.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 118 145 255 0.54 0.43 0 0 228.18 1 0.73
Hex 76 91 FF 36 2B 0 0 E4 64 49
Octal 166 221 377 66 53 0 0 344 144 111
Binary 1110110 10010001 11111111 110110 101011 0 0 11100100 1100100 1001001

Color Harmonies of #7691FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691FF

Black with #7691FF

Text Example


Text Example

White with #7691FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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