Html Css Color HEX #7B5CCB Slate Blue

📋 copy color: '#7B5CCB'

red 123 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #7B5CCB

Tints of Slate Blue #7B5CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.01%

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 29.43%
G = 22.01%
B = 48.56%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B5CCB (or 0x7B5CCB) is known color: Slate Blue. HEX triplet: 7B, 5C and CB. RGB value is (123,92,203). Sum of RGB (Red+Green+Blue) = 123+92+203=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B5CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CCB is #84A334. Grayscale: #717171. Windows color (decimal): -8692533 or 13327483. OLE color: 13327483.

HSL color Cylindrical-coordinate representation of color #7B5CCB: hue angle of 256.76º degrees, saturation: 0.52, 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 #7B5CCB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 92 203 -
CMYK 0.39 0.55 0 0.20
HSL 256.76º 0.52% 0.58% -
HSV(B) 256.76º 0.55% 0.8% -
XYZ 22.78 16.18 58.42 -
YUV 113.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 123 92 203 0.39 0.55 0 0.20 256.76 0.52 0.58
Hex 7B 5C CB 27 37 0 14 101 34 3A
Octal 173 134 313 47 67 0 24 401 64 72
Binary 1111011 1011100 11001011 100111 110111 0 10100 100000001 110100 111010

Color Harmonies of #7B5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CCB

Black with #7B5CCB

Text Example


Text Example

White with #7B5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,203); }

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

background-color css

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

 a { background-color: rgb(123,92,203); }

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

border-color css

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

 span { border-color: rgb(123,92,203); }

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