Html Css Color HEX #7F6BB4 Deluge

📋 copy color: '#7F6BB4'

red 127 ◦ green 107 ◦ blue 180

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

Shades of Deluge #7F6BB4

Tints of Deluge #7F6BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 30.68%
G = 25.85%
B = 43.48%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7F6BB4 (or 0x7F6BB4) is known color: Deluge. HEX triplet: 7F, 6B and B4. RGB value is (127,107,180). Sum of RGB (Red+Green+Blue) = 127+107+180=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F6BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BB4 is #80944B. Grayscale: #797979. Windows color (decimal): -8426572 or 11823999. OLE color: 11823999.

HSL color Cylindrical-coordinate representation of color #7F6BB4: hue angle of 256.44º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F6BB4 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 107 180 -
CMYK 0.29 0.41 0 0.29
HSL 256.44º 0.33% 0.56% -
HSV(B) 256.44º 0.41% 0.71% -
XYZ 22.25 18.32 45.54 -
YUV 121.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 127 107 180 0.29 0.41 0 0.29 256.44 0.33 0.56
Hex 7F 6B B4 1D 29 0 1D 100 21 38
Octal 177 153 264 35 51 0 35 400 41 70
Binary 1111111 1101011 10110100 11101 101001 0 11101 100000000 100001 111000

Color Harmonies of #7F6BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6BB4

Black with #7F6BB4

Text Example


Text Example

White with #7F6BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,107,180); }

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

background-color css

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

 a { background-color: rgb(127,107,180); }

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

border-color css

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

 span { border-color: rgb(127,107,180); }

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