Html Css Color HEX #7152CF Slate Blue

📋 copy color: '#7152CF'

red 113 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7152CF

Tints of Slate Blue #7152CF

RGB

 RED value IS 113 (44.53% from 255) = 28.11%

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

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

R = 28.11%
G = 20.4%
B = 51.49%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7152CF (or 0x7152CF) is known color: Slate Blue. HEX triplet: 71, 52 and CF. RGB value is (113,82,207). Sum of RGB (Red+Green+Blue) = 113+82+207=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #7152CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152CF is #8EAD30. Grayscale: #696969. Windows color (decimal): -9350449 or 13587057. OLE color: 13587057.

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

Color convert

RGB 113 82 207 -
CMYK 0.45 0.60 0 0.19
HSL 254.88º 0.57% 0.57% -
HSV(B) 254.88º 0.6% 0.81% -
XYZ 21.09 14.05 60.63 -
YUV 105.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 113 82 207 0.45 0.60 0 0.19 254.88 0.57 0.57
Hex 71 52 CF 2D 3C 0 13 FF 39 39
Octal 161 122 317 55 74 0 23 377 71 71
Binary 1110001 1010010 11001111 101101 111100 0 10011 11111111 111001 111001

Color Harmonies of #7152CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152CF

Black with #7152CF

Text Example


Text Example

White with #7152CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7152CF; }

 p { color: rgb(113,82,207); }

 H1.HeaderClassName
 {
   color: #7152CF;
 }
 .AnyTagClassName
 {
   color: #7152CF;
 }
</style>

background-color css

<style>
 a { background-color: #7152CF; }

 a { background-color: rgb(113,82,207); }

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

border-color css

<style>
 span { border-color: #7152CF; }

 span { border-color: rgb(113,82,207); }

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