Html Css Color HEX #7C7BAA Deluge

📋 copy color: '#7C7BAA'

red 124 ◦ green 123 ◦ blue 170

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

Shades of Deluge #7C7BAA

Tints of Deluge #7C7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 29.74%
G = 29.5%
B = 40.77%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C7BAA (or 0x7C7BAA) is known color: Deluge. HEX triplet: 7C, 7B and AA. RGB value is (124,123,170). Sum of RGB (Red+Green+Blue) = 124+123+170=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7BAA is #838455. Grayscale: #808080. Windows color (decimal): -8619094 or 11172732. OLE color: 11172732.

HSL color Cylindrical-coordinate representation of color #7C7BAA: hue angle of 241.28º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C7BAA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 123 170 -
CMYK 0.27 0.28 0 0.33
HSL 241.28º 0.22% 0.57% -
HSV(B) 241.28º 0.28% 0.67% -
XYZ 22.65 21.35 40.96 -
YUV 128.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 124 123 170 0.27 0.28 0 0.33 241.28 0.22 0.57
Hex 7C 7B AA 1B 1C 0 21 F1 16 39
Octal 174 173 252 33 34 0 41 361 26 71
Binary 1111100 1111011 10101010 11011 11100 0 100001 11110001 10110 111001

Color Harmonies of #7C7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7BAA

Black with #7C7BAA

Text Example


Text Example

White with #7C7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,123,170); }

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

background-color css

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

 a { background-color: rgb(124,123,170); }

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

border-color css

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

 span { border-color: rgb(124,123,170); }

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