Html Css Color HEX #7C62CC Slate Blue

📋 copy color: '#7C62CC'

red 124 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #7C62CC

Tints of Slate Blue #7C62CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 29.11%
G = 23%
B = 47.89%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C62CC (or 0x7C62CC) is known color: Slate Blue. HEX triplet: 7C, 62 and CC. RGB value is (124,98,204). Sum of RGB (Red+Green+Blue) = 124+98+204=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C62CC is #839D33. Grayscale: #757575. Windows color (decimal): -8625460 or 13394556. OLE color: 13394556.

HSL color Cylindrical-coordinate representation of color #7C62CC: hue angle of 254.72º degrees, saturation: 0.51, 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 #7C62CC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 98 204 -
CMYK 0.39 0.52 0 0.2
HSL 254.72º 0.51% 0.59% -
HSV(B) 254.72º 0.52% 0.8% -
XYZ 23.58 17.38 59.24 -
YUV 117.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 124 98 204 0.39 0.52 0 0.2 254.72 0.51 0.59
Hex 7C 62 CC 27 34 0 14 FF 33 3B
Octal 174 142 314 47 64 0 24 377 63 73
Binary 1111100 1100010 11001100 100111 110100 0 10100 11111111 110011 111011

Color Harmonies of #7C62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C62CC

Black with #7C62CC

Text Example


Text Example

White with #7C62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,204); }

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

background-color css

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

 a { background-color: rgb(124,98,204); }

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

border-color css

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

 span { border-color: rgb(124,98,204); }

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