Html Css Color HEX #7B64CD Slate Blue

📋 copy color: '#7B64CD'

red 123 ◦ green 100 ◦ blue 205

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

Shades of Slate Blue #7B64CD

Tints of Slate Blue #7B64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.36%

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

R = 28.74%
G = 23.36%
B = 47.9%

CMYK

 C value IS 0.4

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B64CD (or 0x7B64CD) is known color: Slate Blue. HEX triplet: 7B, 64 and CD. RGB value is (123,100,205). Sum of RGB (Red+Green+Blue) = 123+100+205=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64CD is #849B32. Grayscale: #767676. Windows color (decimal): -8690483 or 13460603. OLE color: 13460603.

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

Color convert

RGB 123 100 205 -
CMYK 0.4 0.51 0 0.20
HSL 253.14º 0.51% 0.6% -
HSV(B) 253.14º 0.51% 0.8% -
XYZ 23.75 17.73 59.93 -
YUV 118.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 123 100 205 0.4 0.51 0 0.20 253.14 0.51 0.6
Hex 7B 64 CD 28 33 0 14 FD 33 3C
Octal 173 144 315 50 63 0 24 375 63 74
Binary 1111011 1100100 11001101 101000 110011 0 10100 11111101 110011 111100

Color Harmonies of #7B64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64CD

Black with #7B64CD

Text Example


Text Example

White with #7B64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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