Html Css Color HEX #7462CC Slate Blue

📋 copy color: '#7462CC'

red 116 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #7462CC

Tints of Slate Blue #7462CC

RGB

 RED value IS 116 (45.7% from 255) = 27.75%

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

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

R = 27.75%
G = 23.44%
B = 48.8%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7462CC (or 0x7462CC) is known color: Slate Blue. HEX triplet: 74, 62 and CC. RGB value is (116,98,204). Sum of RGB (Red+Green+Blue) = 116+98+204=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7462CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462CC is #8B9D33. Grayscale: #737373. Windows color (decimal): -9149748 or 13394548. OLE color: 13394548.

HSL color Cylindrical-coordinate representation of color #7462CC: hue angle of 250.19º 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 #7462CC is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 98 204 -
CMYK 0.43 0.52 0 0.2
HSL 250.19º 0.51% 0.59% -
HSV(B) 250.19º 0.52% 0.8% -
XYZ 22.47 16.81 59.19 -
YUV 115.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 116 98 204 0.43 0.52 0 0.2 250.19 0.51 0.59
Hex 74 62 CC 2B 34 0 14 FA 33 3B
Octal 164 142 314 53 64 0 24 372 63 73
Binary 1110100 1100010 11001100 101011 110100 0 10100 11111010 110011 111011

Color Harmonies of #7462CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7462CC

Black with #7462CC

Text Example


Text Example

White with #7462CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7462CC; }

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

 H1.HeaderClassName
 {
   color: #7462CC;
 }
 .AnyTagClassName
 {
   color: #7462CC;
 }
</style>

background-color css

<style>
 a { background-color: #7462CC; }

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

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

border-color css

<style>
 span { border-color: #7462CC; }

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

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