Html Css Color HEX #7692FE Cornflower Blue

📋 copy color: '#7692FE'

red 118 ◦ green 146 ◦ blue 254

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

Shades of Cornflower Blue #7692FE

Tints of Cornflower Blue #7692FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 22.78%
G = 28.19%
B = 49.03%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7692FE (or 0x7692FE) is known color: Cornflower Blue. HEX triplet: 76, 92 and FE. RGB value is (118,146,254). Sum of RGB (Red+Green+Blue) = 118+146+254=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #7692FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7692FE is #896D01. Grayscale: #959595. Windows color (decimal): -9006338 or 16683638. OLE color: 16683638.

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

Color convert

RGB 118 146 254 -
CMYK 0.54 0.43 0 0.00
HSL 227.65º 0.99% 0.73% -
HSV(B) 227.65º 0.54% 1% -
XYZ 35.64 31.57 97.98 -
YUV 149.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 118 146 254 0.54 0.43 0 0.00 227.65 0.99 0.73
Hex 76 92 FE 36 2B 0 0 E4 63 49
Octal 166 222 376 66 53 0 0 344 143 111
Binary 1110110 10010010 11111110 110110 101011 0 0 11100100 1100011 1001001

Color Harmonies of #7692FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692FE

Black with #7692FE

Text Example


Text Example

White with #7692FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7692FE; }

 p { color: rgb(118,146,254); }

 H1.HeaderClassName
 {
   color: #7692FE;
 }
 .AnyTagClassName
 {
   color: #7692FE;
 }
</style>

background-color css

<style>
 a { background-color: #7692FE; }

 a { background-color: rgb(118,146,254); }

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

border-color css

<style>
 span { border-color: #7692FE; }

 span { border-color: rgb(118,146,254); }

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