Html Css Color HEX #7B61CC Slate Blue

📋 copy color: '#7B61CC'

red 123 ◦ green 97 ◦ blue 204

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

Shades of Slate Blue #7B61CC

Tints of Slate Blue #7B61CC

RGB

 RED value IS 123 (48.44% from 255) = 29.01%

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

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

R = 29.01%
G = 22.88%
B = 48.11%

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

#7B61CC (or 0x7B61CC) is known color: Slate Blue. HEX triplet: 7B, 61 and CC. RGB value is (123,97,204). Sum of RGB (Red+Green+Blue) = 123+97+204=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B61CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B61CC is #849E33. Grayscale: #747474. Windows color (decimal): -8691252 or 13394299. OLE color: 13394299.

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

Color convert

RGB 123 97 204 -
CMYK 0.40 0.52 0 0.2
HSL 254.58º 0.51% 0.59% -
HSV(B) 254.58º 0.52% 0.8% -
XYZ 23.34 17.12 59.2 -
YUV 116.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 123 97 204 0.40 0.52 0 0.2 254.58 0.51 0.59
Hex 7B 61 CC 28 34 0 14 FF 33 3B
Octal 173 141 314 50 64 0 24 377 63 73
Binary 1111011 1100001 11001100 101000 110100 0 10100 11111111 110011 111011

Color Harmonies of #7B61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B61CC

Black with #7B61CC

Text Example


Text Example

White with #7B61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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