Html Css Color HEX #765FCC Slate Blue

📋 copy color: '#765FCC'

red 118 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #765FCC

Tints of Slate Blue #765FCC

RGB

 RED value IS 118 (46.48% from 255) = 28.3%

 GREEN value IS 95 (37.5% from 255) = 22.78%

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

R = 28.3%
G = 22.78%
B = 48.92%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#765FCC (or 0x765FCC) is known color: Slate Blue. HEX triplet: 76, 5F and CC. RGB value is (118,95,204). Sum of RGB (Red+Green+Blue) = 118+95+204=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #765FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FCC is #89A033. Grayscale: #717171. Windows color (decimal): -9019444 or 13393782. OLE color: 13393782.

HSL color Cylindrical-coordinate representation of color #765FCC: hue angle of 252.66º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765FCC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 95 204 -
CMYK 0.42 0.53 0 0.2
HSL 252.66º 0.52% 0.59% -
HSV(B) 252.66º 0.53% 0.8% -
XYZ 22.46 16.4 59.11 -
YUV 114.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 118 95 204 0.42 0.53 0 0.2 252.66 0.52 0.59
Hex 76 5F CC 2A 35 0 14 FD 34 3B
Octal 166 137 314 52 65 0 24 375 64 73
Binary 1110110 1011111 11001100 101010 110101 0 10100 11111101 110100 111011

Color Harmonies of #765FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FCC

Black with #765FCC

Text Example


Text Example

White with #765FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765FCC; }

 p { color: rgb(118,95,204); }

 H1.HeaderClassName
 {
   color: #765FCC;
 }
 .AnyTagClassName
 {
   color: #765FCC;
 }
</style>

background-color css

<style>
 a { background-color: #765FCC; }

 a { background-color: rgb(118,95,204); }

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

border-color css

<style>
 span { border-color: #765FCC; }

 span { border-color: rgb(118,95,204); }

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