Html Css Color HEX #7845CC Slate Blue

📋 copy color: '#7845CC'

red 120 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #7845CC

Tints of Slate Blue #7845CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.56%

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

R = 30.53%
G = 17.56%
B = 51.91%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7845CC (or 0x7845CC) is known color: Slate Blue. HEX triplet: 78, 45 and CC. RGB value is (120,69,204). Sum of RGB (Red+Green+Blue) = 120+69+204=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #7845CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7845CC is #87BA33. Grayscale: #636363. Windows color (decimal): -8895028 or 13387128. OLE color: 13387128.

HSL color Cylindrical-coordinate representation of color #7845CC: hue angle of 262.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7845CC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 69 204 -
CMYK 0.41 0.66 0 0.2
HSL 262.67º 0.57% 0.54% -
HSV(B) 262.67º 0.66% 0.8% -
XYZ 20.77 12.61 58.47 -
YUV 99.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 120 69 204 0.41 0.66 0 0.2 262.67 0.57 0.54
Hex 78 45 CC 29 42 0 14 107 39 36
Octal 170 105 314 51 102 0 24 407 71 66
Binary 1111000 1000101 11001100 101001 1000010 0 10100 100000111 111001 110110

Color Harmonies of #7845CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7845CC

Black with #7845CC

Text Example


Text Example

White with #7845CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7845CC; }

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

 H1.HeaderClassName
 {
   color: #7845CC;
 }
 .AnyTagClassName
 {
   color: #7845CC;
 }
</style>

background-color css

<style>
 a { background-color: #7845CC; }

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

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

border-color css

<style>
 span { border-color: #7845CC; }

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

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