Html Css Color HEX #7663CF Slate Blue

📋 copy color: '#7663CF'

red 118 ◦ green 99 ◦ blue 207

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

Shades of Slate Blue #7663CF

Tints of Slate Blue #7663CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 27.83%
G = 23.35%
B = 48.82%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7663CF (or 0x7663CF) is known color: Slate Blue. HEX triplet: 76, 63 and CF. RGB value is (118,99,207). Sum of RGB (Red+Green+Blue) = 118+99+207=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7663CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663CF is #899C30. Grayscale: #747474. Windows color (decimal): -9018417 or 13591414. OLE color: 13591414.

HSL color Cylindrical-coordinate representation of color #7663CF: hue angle of 250.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7663CF is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 99 207 -
CMYK 0.43 0.52 0 0.19
HSL 250.56º 0.53% 0.6% -
HSV(B) 250.56º 0.52% 0.81% -
XYZ 23.2 17.28 61.14 -
YUV 116.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 118 99 207 0.43 0.52 0 0.19 250.56 0.53 0.6
Hex 76 63 CF 2B 34 0 13 FB 35 3C
Octal 166 143 317 53 64 0 23 373 65 74
Binary 1110110 1100011 11001111 101011 110100 0 10011 11111011 110101 111100

Color Harmonies of #7663CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7663CF

Black with #7663CF

Text Example


Text Example

White with #7663CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7663CF; }

 p { color: rgb(118,99,207); }

 H1.HeaderClassName
 {
   color: #7663CF;
 }
 .AnyTagClassName
 {
   color: #7663CF;
 }
</style>

background-color css

<style>
 a { background-color: #7663CF; }

 a { background-color: rgb(118,99,207); }

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

border-color css

<style>
 span { border-color: #7663CF; }

 span { border-color: rgb(118,99,207); }

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