Html Css Color HEX #7691FA Cornflower Blue

📋 copy color: '#7691FA'

red 118 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #7691FA

Tints of Cornflower Blue #7691FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 23%
G = 28.27%
B = 48.73%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7691FA (or 0x7691FA) is known color: Cornflower Blue. HEX triplet: 76, 91 and FA. RGB value is (118,145,250). Sum of RGB (Red+Green+Blue) = 118+145+250=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #7691FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7691FA is #896E05. Grayscale: #949494. Windows color (decimal): -9006598 or 16421238. OLE color: 16421238.

HSL color Cylindrical-coordinate representation of color #7691FA: hue angle of 227.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7691FA is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 145 250 -
CMYK 0.53 0.42 0 0.02
HSL 227.73º 0.93% 0.72% -
HSV(B) 227.73º 0.53% 0.98% -
XYZ 34.85 31 94.59 -
YUV 148.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 118 145 250 0.53 0.42 0 0.02 227.73 0.93 0.72
Hex 76 91 FA 35 2A 0 2 E4 5D 48
Octal 166 221 372 65 52 0 2 344 135 110
Binary 1110110 10010001 11111010 110101 101010 0 10 11100100 1011101 1001000

Color Harmonies of #7691FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691FA

Black with #7691FA

Text Example


Text Example

White with #7691FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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