Html Css Color HEX #7251CB Slate Blue

📋 copy color: '#7251CB'

red 114 ◦ green 81 ◦ blue 203

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

Shades of Slate Blue #7251CB

Tints of Slate Blue #7251CB

RGB

 RED value IS 114 (44.92% from 255) = 28.64%

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

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

R = 28.64%
G = 20.35%
B = 51.01%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7251CB (or 0x7251CB) is known color: Slate Blue. HEX triplet: 72, 51 and CB. RGB value is (114,81,203). Sum of RGB (Red+Green+Blue) = 114+81+203=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #7251CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251CB is #8DAE34. Grayscale: #686868. Windows color (decimal): -9285173 or 13324658. OLE color: 13324658.

HSL color Cylindrical-coordinate representation of color #7251CB: hue angle of 256.23º 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 #7251CB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 81 203 -
CMYK 0.44 0.60 0 0.20
HSL 256.23º 0.54% 0.56% -
HSV(B) 256.23º 0.6% 0.8% -
XYZ 20.66 13.77 58.07 -
YUV 104.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 114 81 203 0.44 0.60 0 0.20 256.23 0.54 0.56
Hex 72 51 CB 2C 3C 0 14 100 36 38
Octal 162 121 313 54 74 0 24 400 66 70
Binary 1110010 1010001 11001011 101100 111100 0 10100 100000000 110110 111000

Color Harmonies of #7251CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251CB

Black with #7251CB

Text Example


Text Example

White with #7251CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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