Html Css Color HEX #7B5BCC Slate Blue

📋 copy color: '#7B5BCC'

red 123 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #7B5BCC

Tints of Slate Blue #7B5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.77%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 29.43%
G = 21.77%
B = 48.8%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B5BCC (or 0x7B5BCC) is known color: Slate Blue. HEX triplet: 7B, 5B and CC. RGB value is (123,91,204). Sum of RGB (Red+Green+Blue) = 123+91+204=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B5BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BCC is #84A433. Grayscale: #717171. Windows color (decimal): -8692788 or 13392763. OLE color: 13392763.

HSL color Cylindrical-coordinate representation of color #7B5BCC: hue angle of 256.99º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B5BCC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 91 204 -
CMYK 0.40 0.55 0 0.2
HSL 256.99º 0.53% 0.58% -
HSV(B) 256.99º 0.55% 0.8% -
XYZ 22.81 16.05 59.02 -
YUV 113.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 123 91 204 0.40 0.55 0 0.2 256.99 0.53 0.58
Hex 7B 5B CC 28 37 0 14 101 35 3A
Octal 173 133 314 50 67 0 24 401 65 72
Binary 1111011 1011011 11001100 101000 110111 0 10100 100000001 110101 111010

Color Harmonies of #7B5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BCC

Black with #7B5BCC

Text Example


Text Example

White with #7B5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,91,204); }

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

background-color css

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

 a { background-color: rgb(123,91,204); }

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

border-color css

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

 span { border-color: rgb(123,91,204); }

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