Html Css Color HEX #7A61CC Slate Blue

📋 copy color: '#7A61CC'

red 122 ◦ green 97 ◦ blue 204

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

Shades of Slate Blue #7A61CC

Tints of Slate Blue #7A61CC

RGB

 RED value IS 122 (48.05% from 255) = 28.84%

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 28.84%
G = 22.93%
B = 48.23%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A61CC (or 0x7A61CC) is known color: Slate Blue. HEX triplet: 7A, 61 and CC. RGB value is (122,97,204). Sum of RGB (Red+Green+Blue) = 122+97+204=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A61CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61CC is #859E33. Grayscale: #747474. Windows color (decimal): -8756788 or 13394298. OLE color: 13394298.

HSL color Cylindrical-coordinate representation of color #7A61CC: hue angle of 254.02º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A61CC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 97 204 -
CMYK 0.40 0.52 0 0.2
HSL 254.02º 0.51% 0.59% -
HSV(B) 254.02º 0.52% 0.8% -
XYZ 23.2 17.05 59.19 -
YUV 116.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 122 97 204 0.40 0.52 0 0.2 254.02 0.51 0.59
Hex 7A 61 CC 28 34 0 14 FE 33 3B
Octal 172 141 314 50 64 0 24 376 63 73
Binary 1111010 1100001 11001100 101000 110100 0 10100 11111110 110011 111011

Color Harmonies of #7A61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A61CC

Black with #7A61CC

Text Example


Text Example

White with #7A61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,97,204); }

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

background-color css

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

 a { background-color: rgb(122,97,204); }

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

border-color css

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

 span { border-color: rgb(122,97,204); }

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