Html Css Color HEX #7F7BAC Deluge

📋 copy color: '#7F7BAC'

red 127 ◦ green 123 ◦ blue 172

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

Shades of Deluge #7F7BAC

Tints of Deluge #7F7BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 30.09%
G = 29.15%
B = 40.76%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F7BAC (or 0x7F7BAC) is known color: Deluge. HEX triplet: 7F, 7B and AC. RGB value is (127,123,172). Sum of RGB (Red+Green+Blue) = 127+123+172=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7BAC is #808453. Grayscale: #818181. Windows color (decimal): -8422484 or 11303807. OLE color: 11303807.

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

Color convert

RGB 127 123 172 -
CMYK 0.26 0.28 0 0.33
HSL 244.9º 0.23% 0.58% -
HSV(B) 244.9º 0.28% 0.67% -
XYZ 23.28 21.66 41.98 -
YUV 129.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 127 123 172 0.26 0.28 0 0.33 244.9 0.23 0.58
Hex 7F 7B AC 1A 1C 0 21 F5 17 3A
Octal 177 173 254 32 34 0 41 365 27 72
Binary 1111111 1111011 10101100 11010 11100 0 100001 11110101 10111 111010

Color Harmonies of #7F7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7BAC

Black with #7F7BAC

Text Example


Text Example

White with #7F7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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