Html Css Color HEX #784BCD Slate Blue

📋 copy color: '#784BCD'

red 120 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #784BCD

Tints of Slate Blue #784BCD

RGB

 RED value IS 120 (47.27% from 255) = 30%

 GREEN value IS 75 (29.69% from 255) = 18.75%

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

R = 30%
G = 18.75%
B = 51.25%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#784BCD (or 0x784BCD) is known color: Slate Blue. HEX triplet: 78, 4B and CD. RGB value is (120,75,205). Sum of RGB (Red+Green+Blue) = 120+75+205=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #784BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BCD is #87B432. Grayscale: #666666. Windows color (decimal): -8893491 or 13454200. OLE color: 13454200.

HSL color Cylindrical-coordinate representation of color #784BCD: hue angle of 260.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #784BCD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 75 205 -
CMYK 0.41 0.63 0 0.20
HSL 260.77º 0.57% 0.55% -
HSV(B) 260.77º 0.63% 0.8% -
XYZ 21.28 13.43 59.23 -
YUV 103.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 120 75 205 0.41 0.63 0 0.20 260.77 0.57 0.55
Hex 78 4B CD 29 3F 0 14 105 39 37
Octal 170 113 315 51 77 0 24 405 71 67
Binary 1111000 1001011 11001101 101001 111111 0 10100 100000101 111001 110111

Color Harmonies of #784BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BCD

Black with #784BCD

Text Example


Text Example

White with #784BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784BCD; }

 p { color: rgb(120,75,205); }

 H1.HeaderClassName
 {
   color: #784BCD;
 }
 .AnyTagClassName
 {
   color: #784BCD;
 }
</style>

background-color css

<style>
 a { background-color: #784BCD; }

 a { background-color: rgb(120,75,205); }

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

border-color css

<style>
 span { border-color: #784BCD; }

 span { border-color: rgb(120,75,205); }

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