Html Css Color HEX #7B5FCC Slate Blue

📋 copy color: '#7B5FCC'

red 123 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #7B5FCC

Tints of Slate Blue #7B5FCC

RGB

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

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

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

R = 29.15%
G = 22.51%
B = 48.34%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B5FCC (or 0x7B5FCC) is known color: Slate Blue. HEX triplet: 7B, 5F and CC. RGB value is (123,95,204). Sum of RGB (Red+Green+Blue) = 123+95+204=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FCC is #84A033. Grayscale: #737373. Windows color (decimal): -8691764 or 13393787. OLE color: 13393787.

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

Color convert

RGB 123 95 204 -
CMYK 0.40 0.53 0 0.2
HSL 255.41º 0.52% 0.59% -
HSV(B) 255.41º 0.53% 0.8% -
XYZ 23.16 16.76 59.14 -
YUV 115.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 123 95 204 0.40 0.53 0 0.2 255.41 0.52 0.59
Hex 7B 5F CC 28 35 0 14 FF 34 3B
Octal 173 137 314 50 65 0 24 377 64 73
Binary 1111011 1011111 11001100 101000 110101 0 10100 11111111 110100 111011

Color Harmonies of #7B5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5FCC

Black with #7B5FCC

Text Example


Text Example

White with #7B5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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