Html Css Color HEX #7F7CA5 Deluge

📋 copy color: '#7F7CA5'

red 127 ◦ green 124 ◦ blue 165

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

Shades of Deluge #7F7CA5

Tints of Deluge #7F7CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 30.53%
G = 29.81%
B = 39.66%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F7CA5 (or 0x7F7CA5) is known color: Deluge. HEX triplet: 7F, 7C and A5. RGB value is (127,124,165). Sum of RGB (Red+Green+Blue) = 127+124+165=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F7CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CA5 is #80835A. Grayscale: #818181. Windows color (decimal): -8422235 or 10845311. OLE color: 10845311.

HSL color Cylindrical-coordinate representation of color #7F7CA5: hue angle of 244.39º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F7CA5 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 124 165 -
CMYK 0.23 0.25 0 0.35
HSL 244.39º 0.19% 0.57% -
HSV(B) 244.39º 0.25% 0.65% -
XYZ 22.75 21.64 38.58 -
YUV 129.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 127 124 165 0.23 0.25 0 0.35 244.39 0.19 0.57
Hex 7F 7C A5 17 19 0 23 F4 13 39
Octal 177 174 245 27 31 0 43 364 23 71
Binary 1111111 1111100 10100101 10111 11001 0 100011 11110100 10011 111001

Color Harmonies of #7F7CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CA5

Black with #7F7CA5

Text Example


Text Example

White with #7F7CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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