Html Css Color HEX #7F7CAB Deluge

📋 copy color: '#7F7CAB'

red 127 ◦ green 124 ◦ blue 171

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

Shades of Deluge #7F7CAB

Tints of Deluge #7F7CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 30.09%
G = 29.38%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F7CAB (or 0x7F7CAB) is known color: Deluge. HEX triplet: 7F, 7C and AB. RGB value is (127,124,171). Sum of RGB (Red+Green+Blue) = 127+124+171=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F7CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CAB is #808354. Grayscale: #828282. Windows color (decimal): -8422229 or 11238527. OLE color: 11238527.

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

Color convert

RGB 127 124 171 -
CMYK 0.26 0.27 0 0.33
HSL 243.83º 0.22% 0.58% -
HSV(B) 243.83º 0.27% 0.67% -
XYZ 23.31 21.87 41.52 -
YUV 130.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 127 124 171 0.26 0.27 0 0.33 243.83 0.22 0.58
Hex 7F 7C AB 1A 1B 0 21 F4 16 3A
Octal 177 174 253 32 33 0 41 364 26 72
Binary 1111111 1111100 10101011 11010 11011 0 100001 11110100 10110 111010

Color Harmonies of #7F7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CAB

Black with #7F7CAB

Text Example


Text Example

White with #7F7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,124,171); }

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

background-color css

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

 a { background-color: rgb(127,124,171); }

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

border-color css

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

 span { border-color: rgb(127,124,171); }

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