Html Css Color HEX #714BCB Slate Blue

📋 copy color: '#714BCB'

red 113 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #714BCB

Tints of Slate Blue #714BCB

RGB

 RED value IS 113 (44.53% from 255) = 28.9%

 GREEN value IS 75 (29.69% from 255) = 19.18%

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

R = 28.9%
G = 19.18%
B = 51.92%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#714BCB (or 0x714BCB) is known color: Slate Blue. HEX triplet: 71, 4B and CB. RGB value is (113,75,203). Sum of RGB (Red+Green+Blue) = 113+75+203=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #714BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BCB is #8EB434. Grayscale: #646464. Windows color (decimal): -9352245 or 13323121. OLE color: 13323121.

HSL color Cylindrical-coordinate representation of color #714BCB: hue angle of 257.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714BCB is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 75 203 -
CMYK 0.44 0.63 0 0.20
HSL 257.81º 0.55% 0.55% -
HSV(B) 257.81º 0.63% 0.8% -
XYZ 20.11 12.85 57.92 -
YUV 100.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 113 75 203 0.44 0.63 0 0.20 257.81 0.55 0.55
Hex 71 4B CB 2C 3F 0 14 102 37 37
Octal 161 113 313 54 77 0 24 402 67 67
Binary 1110001 1001011 11001011 101100 111111 0 10100 100000010 110111 110111

Color Harmonies of #714BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BCB

Black with #714BCB

Text Example


Text Example

White with #714BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714BCB; }

 p { color: rgb(113,75,203); }

 H1.HeaderClassName
 {
   color: #714BCB;
 }
 .AnyTagClassName
 {
   color: #714BCB;
 }
</style>

background-color css

<style>
 a { background-color: #714BCB; }

 a { background-color: rgb(113,75,203); }

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

border-color css

<style>
 span { border-color: #714BCB; }

 span { border-color: rgb(113,75,203); }

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