Html Css Color HEX #7651CB Slate Blue

📋 copy color: '#7651CB'

red 118 ◦ green 81 ◦ blue 203

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

Shades of Slate Blue #7651CB

Tints of Slate Blue #7651CB

RGB

 RED value IS 118 (46.48% from 255) = 29.35%

 GREEN value IS 81 (32.03% from 255) = 20.15%

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

R = 29.35%
G = 20.15%
B = 50.5%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7651CB (or 0x7651CB) is known color: Slate Blue. HEX triplet: 76, 51 and CB. RGB value is (118,81,203). Sum of RGB (Red+Green+Blue) = 118+81+203=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #7651CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651CB is #89AE34. Grayscale: #696969. Windows color (decimal): -9023029 or 13324662. OLE color: 13324662.

HSL color Cylindrical-coordinate representation of color #7651CB: hue angle of 258.2º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7651CB is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 81 203 -
CMYK 0.42 0.60 0 0.20
HSL 258.2º 0.54% 0.56% -
HSV(B) 258.2º 0.6% 0.8% -
XYZ 21.19 14.05 58.09 -
YUV 105.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 118 81 203 0.42 0.60 0 0.20 258.2 0.54 0.56
Hex 76 51 CB 2A 3C 0 14 102 36 38
Octal 166 121 313 52 74 0 24 402 66 70
Binary 1110110 1010001 11001011 101010 111100 0 10100 100000010 110110 111000

Color Harmonies of #7651CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7651CB

Black with #7651CB

Text Example


Text Example

White with #7651CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7651CB; }

 p { color: rgb(118,81,203); }

 H1.HeaderClassName
 {
   color: #7651CB;
 }
 .AnyTagClassName
 {
   color: #7651CB;
 }
</style>

background-color css

<style>
 a { background-color: #7651CB; }

 a { background-color: rgb(118,81,203); }

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

border-color css

<style>
 span { border-color: #7651CB; }

 span { border-color: rgb(118,81,203); }

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