Html Css Color HEX #7B63CF Slate Blue

📋 copy color: '#7B63CF'

red 123 ◦ green 99 ◦ blue 207

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

Shades of Slate Blue #7B63CF

Tints of Slate Blue #7B63CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.08%

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

R = 28.67%
G = 23.08%
B = 48.25%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B63CF (or 0x7B63CF) is known color: Slate Blue. HEX triplet: 7B, 63 and CF. RGB value is (123,99,207). Sum of RGB (Red+Green+Blue) = 123+99+207=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63CF is #849C30. Grayscale: #767676. Windows color (decimal): -8690737 or 13591419. OLE color: 13591419.

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

Color convert

RGB 123 99 207 -
CMYK 0.41 0.52 0 0.19
HSL 253.33º 0.53% 0.6% -
HSV(B) 253.33º 0.52% 0.81% -
XYZ 23.89 17.64 61.18 -
YUV 118.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 123 99 207 0.41 0.52 0 0.19 253.33 0.53 0.6
Hex 7B 63 CF 29 34 0 13 FD 35 3C
Octal 173 143 317 51 64 0 23 375 65 74
Binary 1111011 1100011 11001111 101001 110100 0 10011 11111101 110101 111100

Color Harmonies of #7B63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B63CF

Black with #7B63CF

Text Example


Text Example

White with #7B63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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