Html Css Color HEX #7B52DF Slate Blue

📋 copy color: '#7B52DF'

red 123 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #7B52DF

Tints of Slate Blue #7B52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 28.74%
G = 19.16%
B = 52.1%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B52DF (or 0x7B52DF) is known color: Slate Blue. HEX triplet: 7B, 52 and DF. RGB value is (123,82,223). Sum of RGB (Red+Green+Blue) = 123+82+223=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B52DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B52DF is #84AD20. Grayscale: #6D6D6D. Windows color (decimal): -8695073 or 14635643. OLE color: 14635643.

HSL color Cylindrical-coordinate representation of color #7B52DF: hue angle of 257.45º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B52DF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 82 223 -
CMYK 0.45 0.63 0 0.13
HSL 257.45º 0.69% 0.6% -
HSV(B) 257.45º 0.63% 0.87% -
XYZ 24.5 15.57 71.53 -
YUV 110.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 123 82 223 0.45 0.63 0 0.13 257.45 0.69 0.6
Hex 7B 52 DF 2D 3F 0 D 101 45 3C
Octal 173 122 337 55 77 0 15 401 105 74
Binary 1111011 1010010 11011111 101101 111111 0 1101 100000001 1000101 111100

Color Harmonies of #7B52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B52DF

Black with #7B52DF

Text Example


Text Example

White with #7B52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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