Html Css Color HEX #7C75B1 Deluge

📋 copy color: '#7C75B1'

red 124 ◦ green 117 ◦ blue 177

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

Shades of Deluge #7C75B1

Tints of Deluge #7C75B1

RGB

 RED value IS 124 (48.83% from 255) = 29.67%

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 177 (69.53% from 255) = 42.34%

R = 29.67%
G = 27.99%
B = 42.34%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C75B1 (or 0x7C75B1) is known color: Deluge. HEX triplet: 7C, 75 and B1. RGB value is (124,117,177). Sum of RGB (Red+Green+Blue) = 124+117+177=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C75B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C75B1 is #838A4E. Grayscale: #7D7D7D. Windows color (decimal): -8620623 or 11629948. OLE color: 11629948.

HSL color Cylindrical-coordinate representation of color #7C75B1: hue angle of 247º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C75B1 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 117 177 -
CMYK 0.30 0.34 0 0.31
HSL 247º 0.28% 0.58% -
HSV(B) 247º 0.34% 0.69% -
XYZ 22.61 20.18 44.3 -
YUV 125.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 124 117 177 0.30 0.34 0 0.31 247 0.28 0.58
Hex 7C 75 B1 1E 22 0 1F F7 1C 3A
Octal 174 165 261 36 42 0 37 367 34 72
Binary 1111100 1110101 10110001 11110 100010 0 11111 11110111 11100 111010

Color Harmonies of #7C75B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C75B1

Black with #7C75B1

Text Example


Text Example

White with #7C75B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,177); }

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

background-color css

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

 a { background-color: rgb(124,117,177); }

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

border-color css

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

 span { border-color: rgb(124,117,177); }

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