Html Css Color HEX #7965CB Slate Blue

📋 copy color: '#7965CB'

red 121 ◦ green 101 ◦ blue 203

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

Shades of Slate Blue #7965CB

Tints of Slate Blue #7965CB

RGB

 RED value IS 121 (47.66% from 255) = 28.47%

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 28.47%
G = 23.76%
B = 47.76%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7965CB (or 0x7965CB) is known color: Slate Blue. HEX triplet: 79, 65 and CB. RGB value is (121,101,203). Sum of RGB (Red+Green+Blue) = 121+101+203=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #7965CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7965CB is #869A34. Grayscale: #767676. Windows color (decimal): -8821301 or 13329785. OLE color: 13329785.

HSL color Cylindrical-coordinate representation of color #7965CB: hue angle of 251.76º 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 #7965CB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 101 203 -
CMYK 0.40 0.50 0 0.20
HSL 251.76º 0.5% 0.6% -
HSV(B) 251.76º 0.5% 0.8% -
XYZ 23.32 17.68 58.68 -
YUV 118.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 121 101 203 0.40 0.50 0 0.20 251.76 0.5 0.6
Hex 79 65 CB 28 32 0 14 FC 32 3C
Octal 171 145 313 50 62 0 24 374 62 74
Binary 1111001 1100101 11001011 101000 110010 0 10100 11111100 110010 111100

Color Harmonies of #7965CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965CB

Black with #7965CB

Text Example


Text Example

White with #7965CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7965CB; }

 p { color: rgb(121,101,203); }

 H1.HeaderClassName
 {
   color: #7965CB;
 }
 .AnyTagClassName
 {
   color: #7965CB;
 }
</style>

background-color css

<style>
 a { background-color: #7965CB; }

 a { background-color: rgb(121,101,203); }

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

border-color css

<style>
 span { border-color: #7965CB; }

 span { border-color: rgb(121,101,203); }

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