Html Css Color HEX #7F68A7 Deluge

📋 copy color: '#7F68A7'

red 127 ◦ green 104 ◦ blue 167

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

Shades of Deluge #7F68A7

Tints of Deluge #7F68A7

RGB

 RED value IS 127 (50% from 255) = 31.91%

 GREEN value IS 104 (41.02% from 255) = 26.13%

 BLUE value IS 167 (65.63% from 255) = 41.96%

R = 31.91%
G = 26.13%
B = 41.96%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F68A7 (or 0x7F68A7) is known color: Deluge. HEX triplet: 7F, 68 and A7. RGB value is (127,104,167). Sum of RGB (Red+Green+Blue) = 127+104+167=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F68A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F68A7 is #809758. Grayscale: #757575. Windows color (decimal): -8427353 or 10971263. OLE color: 10971263.

HSL color Cylindrical-coordinate representation of color #7F68A7: hue angle of 261.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F68A7 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 104 167 -
CMYK 0.24 0.38 0 0.35
HSL 261.9º 0.26% 0.53% -
HSV(B) 261.9º 0.38% 0.65% -
XYZ 20.68 17.2 38.79 -
YUV 118.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 127 104 167 0.24 0.38 0 0.35 261.9 0.26 0.53
Hex 7F 68 A7 18 26 0 23 106 1A 35
Octal 177 150 247 30 46 0 43 406 32 65
Binary 1111111 1101000 10100111 11000 100110 0 100011 100000110 11010 110101

Color Harmonies of #7F68A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F68A7

Black with #7F68A7

Text Example


Text Example

White with #7F68A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F68A7; }

 p { color: rgb(127,104,167); }

 H1.HeaderClassName
 {
   color: #7F68A7;
 }
 .AnyTagClassName
 {
   color: #7F68A7;
 }
</style>

background-color css

<style>
 a { background-color: #7F68A7; }

 a { background-color: rgb(127,104,167); }

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

border-color css

<style>
 span { border-color: #7F68A7; }

 span { border-color: rgb(127,104,167); }

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