Html Css Color HEX #7F52CE Slate Blue

📋 copy color: '#7F52CE'

red 127 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #7F52CE

Tints of Slate Blue #7F52CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 30.6%
G = 19.76%
B = 49.64%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F52CE (or 0x7F52CE) is known color: Slate Blue. HEX triplet: 7F, 52 and CE. RGB value is (127,82,206). Sum of RGB (Red+Green+Blue) = 127+82+206=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F52CE is #80AD31. Grayscale: #6D6D6D. Windows color (decimal): -8432946 or 13521535. OLE color: 13521535.

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

Color convert

RGB 127 82 206 -
CMYK 0.38 0.60 0 0.19
HSL 261.77º 0.56% 0.56% -
HSV(B) 261.77º 0.6% 0.81% -
XYZ 22.91 15 60.08 -
YUV 109.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 127 82 206 0.38 0.60 0 0.19 261.77 0.56 0.56
Hex 7F 52 CE 26 3C 0 13 106 38 38
Octal 177 122 316 46 74 0 23 406 70 70
Binary 1111111 1010010 11001110 100110 111100 0 10011 100000110 111000 111000

Color Harmonies of #7F52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52CE

Black with #7F52CE

Text Example


Text Example

White with #7F52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,82,206); }

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

background-color css

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

 a { background-color: rgb(127,82,206); }

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

border-color css

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

 span { border-color: rgb(127,82,206); }

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