Html Css Color HEX #7B5BCF Slate Blue

📋 copy color: '#7B5BCF'

red 123 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #7B5BCF

Tints of Slate Blue #7B5BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 29.22%
G = 21.62%
B = 49.17%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B5BCF (or 0x7B5BCF) is known color: Slate Blue. HEX triplet: 7B, 5B and CF. RGB value is (123,91,207). Sum of RGB (Red+Green+Blue) = 123+91+207=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B5BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BCF is #84A430. Grayscale: #717171. Windows color (decimal): -8692785 or 13589371. OLE color: 13589371.

HSL color Cylindrical-coordinate representation of color #7B5BCF: hue angle of 256.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B5BCF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 91 207 -
CMYK 0.41 0.56 0 0.19
HSL 256.55º 0.55% 0.58% -
HSV(B) 256.55º 0.56% 0.81% -
XYZ 23.17 16.2 60.94 -
YUV 113.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 123 91 207 0.41 0.56 0 0.19 256.55 0.55 0.58
Hex 7B 5B CF 29 38 0 13 101 37 3A
Octal 173 133 317 51 70 0 23 401 67 72
Binary 1111011 1011011 11001111 101001 111000 0 10011 100000001 110111 111010

Color Harmonies of #7B5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BCF

Black with #7B5BCF

Text Example


Text Example

White with #7B5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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