Html Css Color HEX #7695FF Cornflower Blue

📋 copy color: '#7695FF'

red 118 ◦ green 149 ◦ blue 255

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

Shades of Cornflower Blue #7695FF

Tints of Cornflower Blue #7695FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.54%

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

R = 22.61%
G = 28.54%
B = 48.85%

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

#7695FF (or 0x7695FF) is known color: Cornflower Blue. HEX triplet: 76, 95 and FF. RGB value is (118,149,255). Sum of RGB (Red+Green+Blue) = 118+149+255=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #7695FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7695FF is #896A00. Grayscale: #979797. Windows color (decimal): -9005569 or 16749942. OLE color: 16749942.

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

Color convert

RGB 118 149 255 -
CMYK 0.54 0.42 0 0
HSL 226.42º 1% 0.73% -
HSV(B) 226.42º 0.54% 1% -
XYZ 36.27 32.57 98.98 -
YUV 151.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 118 149 255 0.54 0.42 0 0 226.42 1 0.73
Hex 76 95 FF 36 2A 0 0 E2 64 49
Octal 166 225 377 66 52 0 0 342 144 111
Binary 1110110 10010101 11111111 110110 101010 0 0 11100010 1100100 1001001

Color Harmonies of #7695FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695FF

Black with #7695FF

Text Example


Text Example

White with #7695FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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