Html Css Color HEX #7B5FCD Slate Blue

📋 copy color: '#7B5FCD'

red 123 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #7B5FCD

Tints of Slate Blue #7B5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 29.08%
G = 22.46%
B = 48.46%

CMYK

 C value IS 0.4

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B5FCD (or 0x7B5FCD) is known color: Slate Blue. HEX triplet: 7B, 5F and CD. RGB value is (123,95,205). Sum of RGB (Red+Green+Blue) = 123+95+205=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FCD is #84A032. Grayscale: #737373. Windows color (decimal): -8691763 or 13459323. OLE color: 13459323.

HSL color Cylindrical-coordinate representation of color #7B5FCD: hue angle of 255.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5FCD is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 95 205 -
CMYK 0.4 0.54 0 0.20
HSL 255.27º 0.52% 0.59% -
HSV(B) 255.27º 0.54% 0.8% -
XYZ 23.28 16.8 59.77 -
YUV 115.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 123 95 205 0.4 0.54 0 0.20 255.27 0.52 0.59
Hex 7B 5F CD 28 36 0 14 FF 34 3B
Octal 173 137 315 50 66 0 24 377 64 73
Binary 1111011 1011111 11001101 101000 110110 0 10100 11111111 110100 111011

Color Harmonies of #7B5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5FCD

Black with #7B5FCD

Text Example


Text Example

White with #7B5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,205); }

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

background-color css

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

 a { background-color: rgb(123,95,205); }

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

border-color css

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

 span { border-color: rgb(123,95,205); }

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