Html Css Color HEX #7C65D0 Slate Blue

📋 copy color: '#7C65D0'

red 124 ◦ green 101 ◦ blue 208

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

Shades of Slate Blue #7C65D0

Tints of Slate Blue #7C65D0

RGB

 RED value IS 124 (48.83% from 255) = 28.64%

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

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 28.64%
G = 23.33%
B = 48.04%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7C65D0 (or 0x7C65D0) is known color: Slate Blue. HEX triplet: 7C, 65 and D0. RGB value is (124,101,208). Sum of RGB (Red+Green+Blue) = 124+101+208=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C65D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C65D0 is #839A2F. Grayscale: #777777. Windows color (decimal): -8624688 or 13657468. OLE color: 13657468.

HSL color Cylindrical-coordinate representation of color #7C65D0: hue angle of 252.9º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C65D0 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 101 208 -
CMYK 0.40 0.51 0 0.18
HSL 252.9º 0.53% 0.61% -
HSV(B) 252.9º 0.51% 0.82% -
XYZ 24.35 18.15 61.89 -
YUV 120.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 124 101 208 0.40 0.51 0 0.18 252.9 0.53 0.61
Hex 7C 65 D0 28 33 0 12 FD 35 3D
Octal 174 145 320 50 63 0 22 375 65 75
Binary 1111100 1100101 11010000 101000 110011 0 10010 11111101 110101 111101

Color Harmonies of #7C65D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C65D0

Black with #7C65D0

Text Example


Text Example

White with #7C65D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C65D0; }

 p { color: rgb(124,101,208); }

 H1.HeaderClassName
 {
   color: #7C65D0;
 }
 .AnyTagClassName
 {
   color: #7C65D0;
 }
</style>

background-color css

<style>
 a { background-color: #7C65D0; }

 a { background-color: rgb(124,101,208); }

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

border-color css

<style>
 span { border-color: #7C65D0; }

 span { border-color: rgb(124,101,208); }

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