Html Css Color HEX #7B52CE Slate Blue

📋 copy color: '#7B52CE'

red 123 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #7B52CE

Tints of Slate Blue #7B52CE

RGB

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

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

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

R = 29.93%
G = 19.95%
B = 50.12%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B52CE (or 0x7B52CE) is known color: Slate Blue. HEX triplet: 7B, 52 and CE. RGB value is (123,82,206). Sum of RGB (Red+Green+Blue) = 123+82+206=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B52CE is #84AD31. Grayscale: #6B6B6B. Windows color (decimal): -8695090 or 13521531. OLE color: 13521531.

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

Color convert

RGB 123 82 206 -
CMYK 0.40 0.60 0 0.19
HSL 259.84º 0.56% 0.56% -
HSV(B) 259.84º 0.6% 0.81% -
XYZ 22.33 14.7 60.05 -
YUV 108.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 123 82 206 0.40 0.60 0 0.19 259.84 0.56 0.56
Hex 7B 52 CE 28 3C 0 13 104 38 38
Octal 173 122 316 50 74 0 23 404 70 70
Binary 1111011 1010010 11001110 101000 111100 0 10011 100000100 111000 111000

Color Harmonies of #7B52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B52CE

Black with #7B52CE

Text Example


Text Example

White with #7B52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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