Html Css Color HEX #7F50CF Slate Blue

📋 copy color: '#7F50CF'

red 127 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #7F50CF

Tints of Slate Blue #7F50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 30.68%
G = 19.32%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F50CF (or 0x7F50CF) is known color: Slate Blue. HEX triplet: 7F, 50 and CF. RGB value is (127,80,207). Sum of RGB (Red+Green+Blue) = 127+80+207=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F50CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50CF is #80AF30. Grayscale: #6C6C6C. Windows color (decimal): -8433457 or 13586559. OLE color: 13586559.

HSL color Cylindrical-coordinate representation of color #7F50CF: hue angle of 262.2º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F50CF is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 80 207 -
CMYK 0.39 0.61 0 0.19
HSL 262.2º 0.57% 0.56% -
HSV(B) 262.2º 0.61% 0.81% -
XYZ 22.88 14.75 60.67 -
YUV 108.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 127 80 207 0.39 0.61 0 0.19 262.2 0.57 0.56
Hex 7F 50 CF 27 3D 0 13 106 39 38
Octal 177 120 317 47 75 0 23 406 71 70
Binary 1111111 1010000 11001111 100111 111101 0 10011 100000110 111001 111000

Color Harmonies of #7F50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F50CF

Black with #7F50CF

Text Example


Text Example

White with #7F50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,207); }

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

background-color css

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

 a { background-color: rgb(127,80,207); }

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

border-color css

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

 span { border-color: rgb(127,80,207); }

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