Html Css Color HEX #7465CC Slate Blue

📋 copy color: '#7465CC'

red 116 ◦ green 101 ◦ blue 204

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

Shades of Slate Blue #7465CC

Tints of Slate Blue #7465CC

RGB

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

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

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

R = 27.55%
G = 23.99%
B = 48.46%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7465CC (or 0x7465CC) is known color: Slate Blue. HEX triplet: 74, 65 and CC. RGB value is (116,101,204). Sum of RGB (Red+Green+Blue) = 116+101+204=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #7465CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465CC is #8B9A33. Grayscale: #747474. Windows color (decimal): -9148980 or 13395316. OLE color: 13395316.

HSL color Cylindrical-coordinate representation of color #7465CC: hue angle of 248.74º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7465CC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 101 204 -
CMYK 0.43 0.50 0 0.2
HSL 248.74º 0.5% 0.6% -
HSV(B) 248.74º 0.5% 0.8% -
XYZ 22.76 17.38 59.28 -
YUV 117.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 116 101 204 0.43 0.50 0 0.2 248.74 0.5 0.6
Hex 74 65 CC 2B 32 0 14 F9 32 3C
Octal 164 145 314 53 62 0 24 371 62 74
Binary 1110100 1100101 11001100 101011 110010 0 10100 11111001 110010 111100

Color Harmonies of #7465CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7465CC

Black with #7465CC

Text Example


Text Example

White with #7465CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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