Html Css Color HEX #7D61CC Slate Blue

📋 copy color: '#7D61CC'

red 125 ◦ green 97 ◦ blue 204

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

Shades of Slate Blue #7D61CC

Tints of Slate Blue #7D61CC

RGB

 RED value IS 125 (49.22% from 255) = 29.34%

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

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

R = 29.34%
G = 22.77%
B = 47.89%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D61CC (or 0x7D61CC) is known color: Slate Blue. HEX triplet: 7D, 61 and CC. RGB value is (125,97,204). Sum of RGB (Red+Green+Blue) = 125+97+204=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D61CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61CC is #829E33. Grayscale: #757575. Windows color (decimal): -8560180 or 13394301. OLE color: 13394301.

HSL color Cylindrical-coordinate representation of color #7D61CC: hue angle of 255.7º 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 #7D61CC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 97 204 -
CMYK 0.39 0.52 0 0.2
HSL 255.7º 0.51% 0.59% -
HSV(B) 255.7º 0.52% 0.8% -
XYZ 23.63 17.27 59.21 -
YUV 117.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 125 97 204 0.39 0.52 0 0.2 255.7 0.51 0.59
Hex 7D 61 CC 27 34 0 14 100 33 3B
Octal 175 141 314 47 64 0 24 400 63 73
Binary 1111101 1100001 11001100 100111 110100 0 10100 100000000 110011 111011

Color Harmonies of #7D61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D61CC

Black with #7D61CC

Text Example


Text Example

White with #7D61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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