Html Css Color HEX #7692FF Cornflower Blue

📋 copy color: '#7692FF'

red 118 ◦ green 146 ◦ blue 255

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

Shades of Cornflower Blue #7692FF

Tints of Cornflower Blue #7692FF

RGB

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

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

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

R = 22.74%
G = 28.13%
B = 49.13%

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

#7692FF (or 0x7692FF) is known color: Cornflower Blue. HEX triplet: 76, 92 and FF. RGB value is (118,146,255). Sum of RGB (Red+Green+Blue) = 118+146+255=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7692FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7692FF is #896D00. Grayscale: #959595. Windows color (decimal): -9006337 or 16749174. OLE color: 16749174.

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

Color convert

RGB 118 146 255 -
CMYK 0.54 0.43 0 0
HSL 227.74º 1% 0.73% -
HSV(B) 227.74º 0.54% 1% -
XYZ 35.8 31.63 98.83 -
YUV 150.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 118 146 255 0.54 0.43 0 0 227.74 1 0.73
Hex 76 92 FF 36 2B 0 0 E4 64 49
Octal 166 222 377 66 53 0 0 344 144 111
Binary 1110110 10010010 11111111 110110 101011 0 0 11100100 1100100 1001001

Color Harmonies of #7692FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692FF

Black with #7692FF

Text Example


Text Example

White with #7692FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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