Html Css Color HEX #7165CF Slate Blue

📋 copy color: '#7165CF'

red 113 ◦ green 101 ◦ blue 207

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

Shades of Slate Blue #7165CF

Tints of Slate Blue #7165CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 26.84%
G = 23.99%
B = 49.17%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7165CF (or 0x7165CF) is known color: Slate Blue. HEX triplet: 71, 65 and CF. RGB value is (113,101,207). Sum of RGB (Red+Green+Blue) = 113+101+207=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7165CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165CF is #8E9A30. Grayscale: #747474. Windows color (decimal): -9345585 or 13591921. OLE color: 13591921.

HSL color Cylindrical-coordinate representation of color #7165CF: hue angle of 246.79º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7165CF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 101 207 -
CMYK 0.45 0.51 0 0.19
HSL 246.79º 0.52% 0.6% -
HSV(B) 246.79º 0.51% 0.81% -
XYZ 22.73 17.32 61.18 -
YUV 116.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 113 101 207 0.45 0.51 0 0.19 246.79 0.52 0.6
Hex 71 65 CF 2D 33 0 13 F7 34 3C
Octal 161 145 317 55 63 0 23 367 64 74
Binary 1110001 1100101 11001111 101101 110011 0 10011 11110111 110100 111100

Color Harmonies of #7165CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7165CF

Black with #7165CF

Text Example


Text Example

White with #7165CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7165CF; }

 p { color: rgb(113,101,207); }

 H1.HeaderClassName
 {
   color: #7165CF;
 }
 .AnyTagClassName
 {
   color: #7165CF;
 }
</style>

background-color css

<style>
 a { background-color: #7165CF; }

 a { background-color: rgb(113,101,207); }

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

border-color css

<style>
 span { border-color: #7165CF; }

 span { border-color: rgb(113,101,207); }

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