Html Css Color HEX #7B52CF Slate Blue

📋 copy color: '#7B52CF'

red 123 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7B52CF

Tints of Slate Blue #7B52CF

RGB

 RED value IS 123 (48.44% from 255) = 29.85%

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

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

R = 29.85%
G = 19.9%
B = 50.24%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B52CF (or 0x7B52CF) is known color: Slate Blue. HEX triplet: 7B, 52 and CF. RGB value is (123,82,207). Sum of RGB (Red+Green+Blue) = 123+82+207=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B52CF is #84AD30. Grayscale: #6C6C6C. Windows color (decimal): -8695089 or 13587067. OLE color: 13587067.

HSL color Cylindrical-coordinate representation of color #7B52CF: hue angle of 259.68º 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 #7B52CF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 82 207 -
CMYK 0.41 0.60 0 0.19
HSL 259.68º 0.57% 0.57% -
HSV(B) 259.68º 0.6% 0.81% -
XYZ 22.45 14.75 60.7 -
YUV 108.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 123 82 207 0.41 0.60 0 0.19 259.68 0.57 0.57
Hex 7B 52 CF 29 3C 0 13 104 39 39
Octal 173 122 317 51 74 0 23 404 71 71
Binary 1111011 1010010 11001111 101001 111100 0 10011 100000100 111001 111001

Color Harmonies of #7B52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B52CF

Black with #7B52CF

Text Example


Text Example

White with #7B52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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