Html Css Color HEX #8765CF True V

📋 copy color: '#8765CF'

red 135 ◦ green 101 ◦ blue 207

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

Shades of True V #8765CF

Tints of True V #8765CF

RGB

 RED value IS 135 (53.13% from 255) = 30.47%

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

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

R = 30.47%
G = 22.8%
B = 46.73%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8765CF (or 0x8765CF) is known color: True V. HEX triplet: 87, 65 and CF. RGB value is (135,101,207). Sum of RGB (Red+Green+Blue) = 135+101+207=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #8765CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765CF is #789A30. Grayscale: #7A7A7A. Windows color (decimal): -7903793 or 13591943. OLE color: 13591943.

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

Color convert

RGB 135 101 207 -
CMYK 0.35 0.51 0 0.19
HSL 259.25º 0.52% 0.6% -
HSV(B) 259.25º 0.51% 0.81% -
XYZ 25.91 18.96 61.33 -
YUV 123.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 135 101 207 0.35 0.51 0 0.19 259.25 0.52 0.6
Hex 87 65 CF 23 33 0 13 103 34 3C
Octal 207 145 317 43 63 0 23 403 64 74
Binary 10000111 1100101 11001111 100011 110011 0 10011 100000011 110100 111100

Color Harmonies of #8765CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8765CF

Black with #8765CF

Text Example


Text Example

White with #8765CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,101,207); }

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

background-color css

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

 a { background-color: rgb(135,101,207); }

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

border-color css

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

 span { border-color: rgb(135,101,207); }

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