Html Css Color HEX #784FCC Slate Blue

📋 copy color: '#784FCC'

red 120 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #784FCC

Tints of Slate Blue #784FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.6%

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

R = 29.78%
G = 19.6%
B = 50.62%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#784FCC (or 0x784FCC) is known color: Slate Blue. HEX triplet: 78, 4F and CC. RGB value is (120,79,204). Sum of RGB (Red+Green+Blue) = 120+79+204=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #784FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FCC is #87B033. Grayscale: #696969. Windows color (decimal): -8892468 or 13389688. OLE color: 13389688.

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

Color convert

RGB 120 79 204 -
CMYK 0.41 0.61 0 0.2
HSL 259.68º 0.55% 0.55% -
HSV(B) 259.68º 0.61% 0.8% -
XYZ 21.44 13.94 58.69 -
YUV 105.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 120 79 204 0.41 0.61 0 0.2 259.68 0.55 0.55
Hex 78 4F CC 29 3D 0 14 104 37 37
Octal 170 117 314 51 75 0 24 404 67 67
Binary 1111000 1001111 11001100 101001 111101 0 10100 100000100 110111 110111

Color Harmonies of #784FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FCC

Black with #784FCC

Text Example


Text Example

White with #784FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,79,204); }

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

background-color css

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

 a { background-color: rgb(120,79,204); }

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

border-color css

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

 span { border-color: rgb(120,79,204); }

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