Html Css Color HEX #7F7BAA Deluge

📋 copy color: '#7F7BAA'

red 127 ◦ green 123 ◦ blue 170

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

Shades of Deluge #7F7BAA

Tints of Deluge #7F7BAA

RGB

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

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

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

R = 30.24%
G = 29.29%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F7BAA (or 0x7F7BAA) is known color: Deluge. HEX triplet: 7F, 7B and AA. RGB value is (127,123,170). Sum of RGB (Red+Green+Blue) = 127+123+170=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7BAA is #808455. Grayscale: #818181. Windows color (decimal): -8422486 or 11172735. OLE color: 11172735.

HSL color Cylindrical-coordinate representation of color #7F7BAA: hue angle of 245.11º 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 #7F7BAA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 123 170 -
CMYK 0.25 0.28 0 0.33
HSL 245.11º 0.22% 0.57% -
HSV(B) 245.11º 0.28% 0.67% -
XYZ 23.09 21.58 40.98 -
YUV 129.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 127 123 170 0.25 0.28 0 0.33 245.11 0.22 0.57
Hex 7F 7B AA 19 1C 0 21 F5 16 39
Octal 177 173 252 31 34 0 41 365 26 71
Binary 1111111 1111011 10101010 11001 11100 0 100001 11110101 10110 111001

Color Harmonies of #7F7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7BAA

Black with #7F7BAA

Text Example


Text Example

White with #7F7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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