Html Css Color HEX #746ACB Slate Blue

📋 copy color: '#746ACB'

red 116 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #746ACB

Tints of Slate Blue #746ACB

RGB

 RED value IS 116 (45.7% from 255) = 27.29%

 GREEN value IS 106 (41.8% from 255) = 24.94%

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 27.29%
G = 24.94%
B = 47.76%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#746ACB (or 0x746ACB) is known color: Slate Blue. HEX triplet: 74, 6A and CB. RGB value is (116,106,203). Sum of RGB (Red+Green+Blue) = 116+106+203=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #746ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ACB is #8B9534. Grayscale: #777777. Windows color (decimal): -9147701 or 13331060. OLE color: 13331060.

HSL color Cylindrical-coordinate representation of color #746ACB: hue angle of 246.19º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746ACB is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 106 203 -
CMYK 0.43 0.48 0 0.20
HSL 246.19º 0.48% 0.61% -
HSV(B) 246.19º 0.48% 0.8% -
XYZ 23.14 18.33 58.82 -
YUV 120.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 116 106 203 0.43 0.48 0 0.20 246.19 0.48 0.61
Hex 74 6A CB 2B 30 0 14 F6 30 3D
Octal 164 152 313 53 60 0 24 366 60 75
Binary 1110100 1101010 11001011 101011 110000 0 10100 11110110 110000 111101

Color Harmonies of #746ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746ACB

Black with #746ACB

Text Example


Text Example

White with #746ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746ACB; }

 p { color: rgb(116,106,203); }

 H1.HeaderClassName
 {
   color: #746ACB;
 }
 .AnyTagClassName
 {
   color: #746ACB;
 }
</style>

background-color css

<style>
 a { background-color: #746ACB; }

 a { background-color: rgb(116,106,203); }

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

border-color css

<style>
 span { border-color: #746ACB; }

 span { border-color: rgb(116,106,203); }

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