Html Css Color HEX #7261CB Slate Blue

📋 copy color: '#7261CB'

red 114 ◦ green 97 ◦ blue 203

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

Shades of Slate Blue #7261CB

Tints of Slate Blue #7261CB

RGB

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

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

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

R = 27.54%
G = 23.43%
B = 49.03%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7261CB (or 0x7261CB) is known color: Slate Blue. HEX triplet: 72, 61 and CB. RGB value is (114,97,203). Sum of RGB (Red+Green+Blue) = 114+97+203=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #7261CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261CB is #8D9E34. Grayscale: #717171. Windows color (decimal): -9281077 or 13328754. OLE color: 13328754.

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

Color convert

RGB 114 97 203 -
CMYK 0.44 0.52 0 0.20
HSL 249.62º 0.5% 0.59% -
HSV(B) 249.62º 0.52% 0.8% -
XYZ 21.99 16.44 58.51 -
YUV 114.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 114 97 203 0.44 0.52 0 0.20 249.62 0.5 0.59
Hex 72 61 CB 2C 34 0 14 FA 32 3B
Octal 162 141 313 54 64 0 24 372 62 73
Binary 1110010 1100001 11001011 101100 110100 0 10100 11111010 110010 111011

Color Harmonies of #7261CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261CB

Black with #7261CB

Text Example


Text Example

White with #7261CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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